diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-03 19:35:50 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-03 19:35:50 +0100 |
commit | 6d8d043d93cc4ede432d4082670ea7f92d3cade2 (patch) | |
tree | 843b48f40e4cabe4394e40611ecdcf3c842956d1 /README.md | |
parent | b916cddb1db8e90c71bdb130ebb750fd4bd5fa5d (diff) |
[readme] Fix erroneous link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ It currently features: - Both client & server accept custom protocol structs/enums defined by the user as the message format. Although Quinn and parts of Quinnet are asynchronous, the APIs exposed by Quinnet for the client and server are synchronous. This makes the surface API easy to work with and adapted to a Bevy usage. -The implementation uses [tokio channels](https://tokio.rs/tokio/tutorial/channelshttps://tokio.rs/tokio/tutorial/channels) to communicate with the networking async tasks. +The implementation uses [tokio channels](https://tokio.rs/tokio/tutorial/channels) to communicate with the networking async tasks. ## Roadmap |