aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2022-11-03 19:35:50 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2022-11-03 19:35:50 +0100
commit6d8d043d93cc4ede432d4082670ea7f92d3cade2 (patch)
tree843b48f40e4cabe4394e40611ecdcf3c842956d1 /README.md
parentb916cddb1db8e90c71bdb130ebb750fd4bd5fa5d (diff)
[readme] Fix erroneous link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9de681d..3127536 100644
--- a/README.md
+++ b/README.md
@@ -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