diff --git a/README.md b/README.md index fcc22181c..efd5e32bd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First, add this to your `Cargo.toml`: ```toml [dependencies] -tokio-core = { git = "https://github.com/tokio-rs/tokio-core" } +tokio-core = "0.1" ``` Next, add this to your crate: