Fix bad repository URL.

This commit is contained in:
sbidin
2015-03-24 19:44:04 +01:00
parent 41b3f1db13
commit 15046ff025
+1 -1
View File
@@ -30,7 +30,7 @@ Or, to depend on the newest rust-sdl2_mixer, reference the repository:
```toml
[dependencies.sdl2_mixer]
git = "https://github.com/andelf/rust-sdl2-mixer"
git = "https://github.com/andelf/rust-sdl2_mixer"
```
You can also just clone and build the library yourself: