Merge pull request #18 from nelsonjchen/patch-1

Fix Usage typo
pull/1/head
Daniel Abramov 7 years ago committed by GitHub
commit f1030f27f9
  1. 2
      README.md

@ -14,7 +14,7 @@ First, you need to add this in your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
tokio-timer = "*" tokio-tungstenite = "*"
``` ```
Next, add this to your crate: Next, add this to your crate:

Loading…
Cancel
Save