1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Fix path in readme file for websocket echo example (#536)

This commit is contained in:
Stephen W
2022-03-16 15:21:03 +13:00
committed by GitHub
parent 63c91733b5
commit 69a369c937

View File

@ -7,7 +7,7 @@ Simple echo websocket server.
### server
```sh
cd websockets/websocket
cd websockets/echo
cargo run --bin websocket-server
# Started http server: 127.0.0.1:8080
```