Updated docs

This commit is contained in:
Jeremiah Billmann
2013-08-09 15:19:46 -04:00
parent d3cac4ced2
commit 878ce0458f
+2 -1
View File
@@ -3,6 +3,7 @@ A sample application using GarageServer.IO
## Install
Change the `path` parameter of `GarageServerIO.initializeGarageServer` that is found in file, `/public/javascripts/game.js`, to point to the URL where your Node app runs. I.e. `http://127.0.0.1:3000`. Note that the example app uses a default port of `process.env.PORT || 3000`.
Change the `path` parameter of `GarageServerIO.initializeGarageServer` that is found in file, `/public/javascripts/game.js`, to point to the URL where your Node app runs. I.e. `http://127.0.0.1:3000`. Note that the example app uses a default port of `process.env.PORT || 3000`. This can be changed in `app.js`.
Execute `$ npm install` in the `example/` root directory and `$ node app.js` to run the application.