Skip to content

Commit 2ff89db

Browse files
committed
Update README.md
1 parent 76fdc39 commit 2ff89db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SocketCluster uses the same option as Socket.IO:
4141
```javascript
4242
var socketCluster = new SocketCluster({ wsEngine: 'uws' });
4343
```
44-
If your code directly relies on `ws` you can simply swap `require('ws')`with `require('uws')`:
44+
If your code directly relies on `ws` you can simply swap `require('ws')` with `require('uws')`:
4545
```javascript
4646
var WebSocketServer = require('uws').Server; /* you replace 'ws' with 'uws' */
4747
var wss = new WebSocketServer({ port: 8080 });

0 commit comments

Comments
 (0)