From 6d5122b9fafee491f8cac21e09beae23dc0b328a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 5 Jul 2016 14:25:41 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 605a9a75..08b0ecfe 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,8 @@ A `WebSocket.OnClose` event occurs when the WebSocket connection has been closed ```csharp ws.OnClose += (sender, e) => { - ... -}; + ... + }; ``` `e` has passed as a `WebSocketSharp.CloseEventArgs`.