mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
signal: Fix typo in README
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user