Browse Source

[Modify] Edit it

pull/712/merge
sta 2 years ago
parent
commit
d53aa1fcdf
  1. 4
      README.md

4
README.md

@ -108,8 +108,8 @@ This event occurs when the WebSocket connection has been established.
```csharp
ws.OnOpen += (sender, e) => {
...
};
...
};
```
`System.EventArgs.Empty` is passed as `e`, so you do not need to use it.

Loading…
Cancel
Save