Changed client instructions

This commit is contained in:
Jeremiah Billmann
2013-08-04 15:08:40 -04:00
parent ec483c38c6
commit 96d0126373
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js
### Client
Copy the [GarageServer.IO JavaScript Client](https://raw.github.com/jbillmann/GarageServer.IO/master/client/garageserver.io.js) locally. (This will soon be refactored into the `npm` server module.)
After server install, copy the client from `/node_modules/garageserver.io/client/garageserver.io.js` to a folder of your choosing within your web application for client/browser use.
## Quick Start
-1
View File
@@ -19,7 +19,6 @@
],
"dependencies": {},
"main": "./lib/garageserver.io",
"browserify": "./client/garageserver.io.js",
"repository": {
"type": "git",
"url": "https://github.com/jbillmann/GarageServer.IO.git"