Skip to content

Commit 181af32

Browse files
fix typo (#23)
1 parent a55fbdc commit 181af32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ skytable = { version = "0.7.0-alpha.4", features=["aio"], default-features = fal
136136
```
137137

138138
You can now establish a connection by using `skytable::AsyncConnection::new()`, adding `.await`s wherever
139-
necessary. Do note that you'll the [Tokio runtime](https://tokio.rs).
139+
necessary. Do note that you'll use the [Tokio runtime](https://tokio.rs).
140140

141141
## Using both `sync` and `async` APIs
142142

0 commit comments

Comments
 (0)