From 8839930cdb3e439742f74b7ceae9c931a3d0e668 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 4 Jul 2016 16:34:26 +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 8db1cfba..9a809784 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,8 @@ A `WebSocket.OnOpen` event occurs when the WebSocket connection has been establi ```csharp ws.OnOpen += (sender, e) => { - ... -}; + ... + }; ``` `e` has passed as the `System.EventArgs.Empty`, so you don't need to use it.