Skip to content

Commit

Permalink
Updated server side require of 'Socket.io' => 'socket.io'
Browse files Browse the repository at this point in the history
  • Loading branch information
robrighter committed Jan 9, 2012
1 parent 078c748 commit 024a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/server.js
@@ -1,7 +1,7 @@
//setup Dependencies
var connect = require('connect')
, express = require('express')
, io = require('Socket.io')
, io = require('socket.io')
, port = (process.env.PORT || 8081);

//Setup Express
Expand Down

0 comments on commit 024a15f

Please sign in to comment.