diff --git a/README.md b/README.md index 35f10d56..74a31ae8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ switch (e.Type) break; default: break; - } +} ``` If `e.Type` is `Opcode.TEXT`, you operate `e.Data` (`WebSocketSharp.MessageEventArgs.Data`, its type is `string`).