From 15046ff025fd59bf399455e8c3bb676cffffa157 Mon Sep 17 00:00:00 2001 From: sbidin Date: Tue, 24 Mar 2015 19:44:04 +0100 Subject: [PATCH] Fix bad repository URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d378c4..4ddd8649 100644 --- a/README.md +++ b/README.md @@ -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: