diff options
| author | Ronald Kinard <[email protected]> | 2016-06-20 18:38:32 -0500 |
|---|---|---|
| committer | Ronald Kinard <[email protected]> | 2016-06-20 18:38:32 -0500 |
| commit | 058a4a10de460785b583e6a60ea14f28a1ad6493 (patch) | |
| tree | f5029a3b59f8d9c846deb893b56302c1c90320cf /README.md | |
| parent | Merge pull request #6 from FenrirWolf/master (diff) | |
| download | ctru-rs-058a4a10de460785b583e6a60ea14f28a1ad6493.tar.xz ctru-rs-058a4a10de460785b583e6a60ea14f28a1ad6493.zip | |
Correct paths in README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |