Update readme with crates.io dep

This commit is contained in:
Alex Crichton
2016-09-09 18:15:15 -07:00
parent 550dc76bbd
commit 00fb7ea4a3
+1 -1
View File
@@ -14,7 +14,7 @@ First, add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" } tokio-core = "0.1"
``` ```
Next, add this to your crate: Next, add this to your crate: