pgriess / node-websocket-client

A Web Socket client for NodeJS
BSD 3-Clause "New" or "Revised" License
150 stars 68 forks source link

typo in usage #27

Open mattiaswelander opened 8 years ago

mattiaswelander commented 8 years ago

Hey, I think you have a typo in your USAGE section of the readme.

var WebSocket = require('websocket').WebSocket;

Should probably be

var WebSocket = require('websocket-client').WebSocket;

Right?