diff --git a/README.md b/README.md index 580783d..bbc8a7b 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ skytable = { version = "0.7.0-alpha.4", features=["aio"], default-features = fal ``` You can now establish a connection by using `skytable::AsyncConnection::new()`, adding `.await`s wherever -necessary. Do note that you'll the [Tokio runtime](https://tokio.rs). +necessary. Do note that you'll use the [Tokio runtime](https://tokio.rs). ## Using both `sync` and `async` APIs