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.