signal: Fix typo in README

This commit is contained in:
Raphael Nestler 2017-06-19 14:38:02 +02:00 committed by Carl Lerche
parent 934c596133
commit d41c60e21d

View File

@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:
tokio-signal = "0.1"
```
Next you an use this in conjunction with the `tokio-core` and `futures` crates:
Next you can use this in conjunction with the `tokio-core` and `futures` crates:
```rust,no_run
extern crate futures;