From 162c3a3645baafbb418632c715c51309cf175354 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Sun, 4 Aug 2013 10:26:20 -0400 Subject: [PATCH] Updated readme for client npm integration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6a65b..68c022b 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. +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.) ## Quick Start