diff --git a/README.md b/README.md index e35e72702..776a545b2 100644 --- a/README.md +++ b/README.md @@ -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;