signal: Fix typo in README

This commit is contained in:
Raphael Nestler
2018-09-10 11:30:01 -07:00
committed by Carl Lerche
parent 934c596133
commit d41c60e21d
+1 -1
View File
@@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:
tokio-signal = "0.1" 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 ```rust,no_run
extern crate futures; extern crate futures;