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

[EZ] Update READMEs with current paths (#432)

This commit is contained in:
John Watson
2021-06-06 10:50:30 -07:00
committed by GitHub
parent dc99a3b3b6
commit e68c836311
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Websocket server for autobahn suite testing.
### server
```bash
cd examples/websocket-autobahn
cd websockets/autobahn
cargo run --bin websocket-autobahn-server
```