From b1ee6d44755a201c48912b659ad7063c66b1015e Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Jan 2017 17:08:01 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1198594c..e7049b22 100644 --- a/README.md +++ b/README.md @@ -649,15 +649,15 @@ Examples using websocket-sharp. ### Example ### -**[Example]** connects to the **[Echo server]** with the WebSocket. +[Example] connects to the [Echo server]. ### Example2 ### -**[Example2]** starts a WebSocket server. +[Example2] starts a WebSocket server. ### Example3 ### -**[Example3]** starts an HTTP server that allows to accept the WebSocket handshake requests. +[Example3] starts an HTTP server that allows to accept the WebSocket handshake requests. Would you access to [http://localhost:4649](http://localhost:4649) to do **WebSocket Echo Test** with your web browser while Example3 is running?