From 00fb7ea4a3b9e7cd05780f563099f02a37e0b75e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 9 Sep 2016 18:15:15 -0700 Subject: [PATCH] Update readme with crates.io dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: