From 6cb592ed9dd412ac05d81610db7640f12e3582b8 Mon Sep 17 00:00:00 2001 From: Bharat Ruidas <74824417+brd2002@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:53:39 +0530 Subject: [PATCH] examples\websockets\chat-tcp\README.md file typo error solve --- websockets/chat-tcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websockets/chat-tcp/README.md b/websockets/chat-tcp/README.md index 5d6dc011..d57a9086 100644 --- a/websockets/chat-tcp/README.md +++ b/websockets/chat-tcp/README.md @@ -22,7 +22,7 @@ To start server run ```sh cd websockets/chat-tcp -cargo run --bin websocket-tcp-server` +cargo run --bin websocket-tcp-server ``` If the current directory is not correct, the server will look for `index.html` in the wrong place.