From de5ae27986abe86eaf93b8cf0e0f50ed914b7b72 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 5 Jul 2016 14:03:34 +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 cc82290b..605a9a75 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,8 @@ A `WebSocket.OnError` event occurs when the `WebSocket` gets an error. ```csharp ws.OnError += (sender, e) => { - ... -}; + ... + }; ``` `e` has passed as a `WebSocketSharp.ErrorEventArgs`.