mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
signal: Fix typo in README
This commit is contained in:
committed by
Carl Lerche
parent
934c596133
commit
d41c60e21d
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user