From 7137a4e6dbee71a4ff2d779d12755c5a6bea341f Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 1 Oct 2012 15:47:13 +0900 Subject: [PATCH] Fix a few words --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9166a471..2e5075f6 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,10 @@ wssv.OnError += (sender, e) => Error message is stored in `e.Message` (`WebSocketSharp.ErrorEventArgs.Message`, its type is `string`), so you operate it. +##### WebSocketServer.OnError event ##### + +Same as WebSocketServer.OnError event. + #### Step 5 #### Starting server. @@ -282,7 +286,7 @@ Examples of using **websocket-sharp**. [Example3] starts the HTTP server that the connection can be upgraded to the WebSocket connection. -Please access http://localhost:4649 to do WebSocket Echo Test with your web browser after [Example3] running. +Please access [http://localhost:4649](http://localhost:4649) to do WebSocket Echo Test with your web browser after [Example3] running. ## Supported WebSocket Protocol ##