node-websocket-client icon indicating copy to clipboard operation
node-websocket-client copied to clipboard

typo in usage

Open mattiaswelander opened this issue 8 years ago • 0 comments

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?

mattiaswelander avatar Mar 17 '16 14:03 mattiaswelander