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

View File

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