Skip to content

Commit d1de1a9

Browse files
authored
chore: fix crate name in README.md (#177)
1 parent 0d245cd commit d1de1a9

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
@@ -20,7 +20,7 @@ runtime internally manages the main Tokio runtime and a `io-uring` driver.
2020
In your Cargo.toml:
2121
```toml
2222
[dependencies]
23-
tokio = { version = "0.4.0" }
23+
tokio-uring = { version = "0.4.0" }
2424
```
2525
In your main.rs:
2626
```rust

0 commit comments

Comments
 (0)