From b23ab94cd57af921539be0790fd56f8c43e11ffe Mon Sep 17 00:00:00 2001 From: jjl Date: Tue, 8 May 2018 21:35:54 +0200 Subject: [PATCH] signal: Change reference from 'tokio-core' to 'tokio' in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97654a91..1d11bdb29 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`: tokio-signal = "0.1" ``` -Next you can use this in conjunction with the `tokio-core` and `futures` crates: +Next you can use this in conjunction with the `tokio` and `futures` crates: ```rust,no_run extern crate futures;