From 8065141b533eeff2bfc2754372860fca490a4ff0 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 3 Mar 2023 16:15:00 +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 c82f3237..9b1a047d 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,12 @@ ws.OnMessage += (sender, e) => { ##### WebSocket.OnError Event ##### -This event occurs when the `WebSocket` gets an error. +This event occurs when the `WebSocket` instance gets an error. ```csharp ws.OnError += (sender, e) => { - ... - }; + ... + }; ``` A `WebSocketSharp.ErrorEventArgs` instance is passed as `e`.