From c92c2966acd5a426a7fc7d79b4467b4394135e5b Mon Sep 17 00:00:00 2001 From: Feynman Liang Date: Mon, 26 Feb 2018 09:12:21 -0800 Subject: [PATCH] Update github link in README (#53) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41d92c..554b586 100644 --- a/README.md +++ b/README.md @@ -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: