From 01b0d5fb21681f162f61daff31bc4338449115c4 Mon Sep 17 00:00:00 2001 From: yurybikuzin Date: Sun, 22 Dec 2019 22:08:49 +0300 Subject: [PATCH] Fix typo on websocket/README.md (#217) --- websocket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/README.md b/websocket/README.md index 643abdfc..45f5e144 100644 --- a/websocket/README.md +++ b/websocket/README.md @@ -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