Skip to content

Commit 5e4d0cf

Browse files
authored
Update README.tpl
1 parent 614a699 commit 5e4d0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ futures = "0.3" # To be able to block on async functions if you are not using an
6868
serde = { version = "1.0", features = ["derive"] }
6969
```
7070

71-
This crate is `async` but you can choose to use an async runtime like [tokio](https://crates.io/crates/tokio) or just [block on futures](https://docs.rs/futures/latest/futures/executor/fn.block_on).
71+
This crate is `async` but you can choose to use an async runtime like [tokio](https://crates.io/crates/tokio) or just [block on futures](https://docs.rs/futures/latest/futures/executor/fn.block_on.html).
7272
You can enable the `sync` feature to make most structs `Sync`. It may be a bit slower.
7373

7474
Using this crate is possible without [serde](https://crates.io/crates/serde), but a lot of features require serde.

0 commit comments

Comments
 (0)