Skip to content

Commit

Permalink
[doc] Add missing dependency in code snippet (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgolebiowski authored and lpinca committed Jun 8, 2019
1 parent 911bb6f commit 36ef757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -214,6 +214,7 @@ server.listen(8080);
```js
const http = require('http');
const WebSocket = require('ws');
const url = require('url');

const server = http.createServer();
const wss1 = new WebSocket.Server({ noServer: true });
Expand Down

0 comments on commit 36ef757

Please sign in to comment.