1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

Correct path

This commit is contained in:
Kelly Thomas Kline
2018-05-20 18:15:29 -07:00
committed by GitHub
parent a41cf6d652
commit b8d468ba65

View File

@ -7,7 +7,7 @@ Simple echo websocket server.
### server ### server
```bash ```bash
cd actix-web/examples/websocket cd examples/websocket
cargo run cargo run
# Started http server: 127.0.0.1:8080 # Started http server: 127.0.0.1:8080
``` ```