Progress: Documentation

This commit is contained in:
Jeremiah Billmann
2013-07-25 11:25:12 -04:00
parent ee6ad0f66a
commit 39e8973562
+1 -1
View File
@@ -17,7 +17,7 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js
```js
var garageServer = require('garageserver.io'),
// Create instance of GarageServer.IO - pass in Socket.IO and GarageServer.IO options
// Create instance of GarageServer.IO - pass in a Socket.IO instance and GarageServer.IO options
var server = garageServer.createGarageServer(sockets,
{
interpolation: true,