1
0
mirror of https://github.com/actix/examples synced 2025-08-21 22:35:36 +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
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.