Skip to content

Commit

Permalink
Fixing indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikat Chakrabarti committed Sep 2, 2010
1 parent 42b909c commit 589fede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ You will need to install [Socket.IO-node](http://github.com/learnboost/socket.io


socket.on('connection', function(client){ socket.on('connection', function(client){
logger.listen('message', client); logger.listen('message', client);
logger.listen('disconnect', client); logger.listen('disconnect', client);
client.on('message', function(message) { client.on('message', function(message) {
}); });
client.on('disconnect', function() { client.on('disconnect', function() {
Expand Down

0 comments on commit 589fede

Please sign in to comment.