Fix typo in README

This commit is contained in:
Raphael Nestler
2017-06-19 14:38:02 +02:00
parent 952217adb7
commit 4223406a3e
+1 -1
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;