From e29756230b88ca7c13629a904e180496c55fad06 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 29 Jul 2013 15:52:49 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e2d96..7c70683 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Establish connection to GarageServer.IO on the server via Socket.IO and register The URL that points to where GarageServer.IO is running at on the server. `options` **object literal** Configure the different options, events, callbacks that you would like to consume on the client. -#### options +#### Client Options --- ```js options.onPlayerConnect(callback) @@ -281,7 +281,7 @@ require('garageserver.io').createGarageServer(io, options) : GarageServerIO `io` **Socket.IO instance** `options` **object literal** -#### options +#### Server Options --- ```js options.stateInterval