signal: Change reference from 'tokio-core' to 'tokio' in README

This commit is contained in:
jjl
2018-09-10 11:30:04 -07:00
committed by Carl Lerche
parent 40c77bd17e
commit b23ab94cd5
+1 -1
View File
@@ -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;