1
0
mirror of https://github.com/actix/examples synced 2025-08-19 05:25:36 +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 ### server
```sh ```sh
cd websockets/websocket cd websockets/echo
cargo run --bin websocket-server cargo run --bin websocket-server
# Started http server: 127.0.0.1:8080 # Started http server: 127.0.0.1:8080
``` ```