Merge pull request #15 from rnestler/fix_readme

Fix typo in README
This commit is contained in:
Alex Crichton
2017-06-19 09:01:42 -05:00
committed by GitHub
+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;