1
0
mirror of https://github.com/actix/examples synced 2025-08-30 09:48:07 +02:00

Merge pull request #1128 from brd2002/bharat-ruidas

Fix typo in websockets\chat-tcp\README.md  #1121
This commit is contained in:
Rob Ede
2025-08-11 07:54:35 +00:00
committed by GitHub

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.