From 8b0fc1225a838745b38bbb3db411766e9a28bbc8 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Fri, 21 Jul 2017 19:01:57 +0100 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?