Skip to content

Commit

Permalink
fix typo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhtasimTanmoy committed Nov 4, 2023
1 parent a55fbdc commit 181af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 181af32

Please sign in to comment.