Update github link in README (#53)

This commit is contained in:
Feynman Liang 2018-02-26 09:12:21 -08:00 committed by Carl Lerche
parent cc99f32486
commit c92c2966ac
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ First, add this to your `Cargo.toml`:
```toml
[dependencies]
tower = { git = "https://github.com/carllerche/tower" }
tower = { git = "https://github.com/tower-rs/tower" }
```
Next, add this to your crate: