From 833c7066ac75a0a2c1e101166eacea37a5f3ddd1 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Fri, 15 Dec 2023 00:54:31 +0000 Subject: [PATCH] Update 'README.md' Signed-off-by: minhtrannhat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf6a6c..60c33bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MINH_CORD -A wannabe discord clone but currently only support websocket real time chatting +A wannabe discord clone but currently only support chatting via TCP sockets with the help of `tokio` Rust async runtime. ## Dependencies - `rust`