Skip to content

Commit

Permalink
Update README.md with renamed .js.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed Jun 29, 2010
1 parent 28bb78a commit 9a89dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Requires [nodejs](http://nodejs.org) 0.1.98 or later.
## Usage

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

var ws = new WebSocket('ws://localhost:8000/biff', 'borf');
ws.addListener('data', function(buf) {
Expand Down

0 comments on commit 9a89dbb

Please sign in to comment.