From b0c2370093d0ac094b3a6c1f9a897ccbc0b8ba4b Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sun, 3 Sep 2017 21:41:49 -0700 Subject: [PATCH] Fix Usage typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e3126..ca1e1f7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First, you need to add this in your `Cargo.toml`: ```toml [dependencies] -tokio-timer = "*" +tokio-tungstenite = "*" ``` Next, add this to your crate: