From 49a28d41a3eeec6f4a6e9eff6fc054b3023cd705 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Wed, 31 Jul 2013 19:22:11 -0400 Subject: [PATCH] Documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd7238d..629c03d 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js ## Quick Start -[Quick Start Documentation](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) +[Client & Server Quick Start](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) ## GarageServer.IO API -[Client](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) +[Client API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) -[Server](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) +[Server API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) ## License