Skip to content

Commit b028725

Browse files
authored
Merge pull request #235 from griffinsorrentino/patch-1
Corrected Typo
2 parents 3149107 + 247eeba commit b028725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SocketIOClient v3.0.0 supports http polling and websocket, socket.io server v2.x
7575
SocketIOCLient.Windows7 becomes a plug-in, the following code shows how to support Windows7 / Windows 2008 R2
7676

7777
```cs
78-
var client = new SocketIOClient(...);
78+
var client = new SocketIO(...);
7979
client.Socket = new ClientWebSocketManaged();
8080
```
8181

@@ -249,4 +249,4 @@ No longer maintain `SocketIOClient.NetFx`, it is replaced by `SocketIOClient`. F
249249

250250
### Fixed
251251

252-
- Fixed "Collection was modified" exception
252+
- Fixed "Collection was modified" exception

0 commit comments

Comments
 (0)