1
0
mirror of https://github.com/actix/examples synced 2025-02-02 01:33:09 +01:00

Fix typo on websocket/README.md (#217)

This commit is contained in:
yurybikuzin 2019-12-22 22:08:49 +03:00 committed by Yuki Okushi
parent e2f17fc21e
commit 01b0d5fb21

View File

@ -14,7 +14,7 @@ cargo run --bin websocket-server
### web client
- [http://localhost:8080/ws/index.html](http://localhost:8080/ws/index.html)
- [http://localhost:8080/index.html](http://localhost:8080/index.html)
### rust client