1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```