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`.