From 96d0126373b3a35875e17fc3063ef1d4fb707cb2 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Sun, 4 Aug 2013 15:08:40 -0400 Subject: [PATCH] Changed client instructions --- README.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c022b..b4d6ef4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 98c4ff2..8204ffa 100644 --- a/package.json +++ b/package.json @@ -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"