From b8d3352064dd5a54bf2683d2f1d90af5db8d7717 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 20 Mar 2023 04:51:32 +0800 Subject: [PATCH] Correct a typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d358a95..75aa5bb 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ When paired with QUIC, TUIC can achieve: There are 4 crates provided in this repository: -- **[tuic](https://github.com/EAimTY/tuic/tree/dev/tuic)** - Library. The protocol itself, protcol & model abstraction, synchronous / asynchronous marshalling +- **[tuic](https://github.com/EAimTY/tuic/tree/dev/tuic)** - Library. The protocol itself, protocol & model abstraction, synchronous / asynchronous marshalling - **[tuic-quinn](https://github.com/EAimTY/tuic/tree/dev/tuic-quinn)** - Library. A thin layer on top of [quinn](https://github.com/quinn-rs/quinn) to provide functions for TUIC - **[tuic-server](https://github.com/EAimTY/tuic/tree/dev/tuic-server)** - Binary. Minimalistic TUIC server implementation as a reference, focusing on the simplicity - **[tuic-client](https://github.com/EAimTY/tuic/tree/dev/tuic-client)** - Binary. Minimalistic TUIC client implementation as a reference, focusing on the simplicity ## License -GNU General Public License v3.0 \ No newline at end of file +GNU General Public License v3.0