From 868a28b67409225acc8d22f77f83847681a709b1 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Wed, 31 Jul 2013 19:23:48 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 629c03d..22b06f6 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js ## GarageServer.IO API -[Client API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) +[Client API Documentation](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/ClientAPI.md) -[Server API](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/QuickStart.md) +[Server API Documentation](https://github.com/jbillmann/GarageServer.IO/blob/master/documentation/ServerAPI.md) ## License