diff --git a/README.md b/README.md index 0d71baa..c6e3126 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Next, add this to your crate: extern crate tokio_tungstenite; ``` -Take a loot at the `examples/` directory for client and server examples. You may also want to get familiar with +Take a look at the `examples/` directory for client and server examples. You may also want to get familiar with [tokio](https://tokio.rs/) if you don't have any experience with it. ## What is tokio-tungstenite?