aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRonald Kinard <[email protected]>2016-06-20 18:38:32 -0500
committerRonald Kinard <[email protected]>2016-06-20 18:38:32 -0500
commit058a4a10de460785b583e6a60ea14f28a1ad6493 (patch)
treef5029a3b59f8d9c846deb893b56302c1c90320cf /README.md
parentMerge pull request #6 from FenrirWolf/master (diff)
downloadctru-rs-058a4a10de460785b583e6a60ea14f28a1ad6493.tar.xz
ctru-rs-058a4a10de460785b583e6a60ea14f28a1ad6493.zip
Correct paths in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d64face..6eb5565 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ platform. Add this to your `Cargo.toml`:
```toml
[dependencies.ctru-rs]
- git="https://github.com/Furyhunter/ctru-rs"
+ git="https://github.com/rust3ds/ctru-rs"
```
**It is highly recommended to use the [template
-project.](https://github.com/Furyhunter/rust3ds-template)**
+project.](https://github.com/rust3ds/rust3ds-template)**
## Contributing