From d41c60e21d04e58b09fc6f75cea7e096ac696da2 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 19 Jun 2017 14:38:02 +0200 Subject: [PATCH] signal: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;