1
0
mirror of https://github.com/actix/examples synced 2025-08-27 08:35:53 +02:00

examples\websockets\chat-tcp\README.md file typo error solve

This commit is contained in:
Bharat Ruidas
2025-08-11 12:53:39 +05:30
parent 94c4eca878
commit 6cb592ed9d

View File

@@ -22,7 +22,7 @@ To start server run
```sh ```sh
cd websockets/chat-tcp 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. If the current directory is not correct, the server will look for `index.html` in the wrong place.