Skip to content

Commit

Permalink
README: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 6, 2014
1 parent ecb9762 commit d5d9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Socket.IO is also compatible with
var socket = require('socket.io-client')('http://localhost');
socket.on('connect', function(){
socket.on('event', function(data){});
socket.on('disconnect', fucntion(){});
socket.on('disconnect', function(){});
});
```

Expand Down

0 comments on commit d5d9236

Please sign in to comment.