From a84aa60299ddfc6feb508b5a3bf5bcc08dde1207 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 29 Jul 2013 13:09:54 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5535595..7a5b383 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,9 @@ var playerStates = GarageServerIO.getPlayerStates(), GarageServerIO.initializeGarageServer(path, options) ``` Establish connection to GarageServer.IO on the server via Socket.IO and register events. -`path` -**Type:** string +`path` string The URL that points to where GarageServer.IO is running at on the server. -`options` -**Type:** object literal +`options` object literal Configure the different options, events, callbacks that you would like to consume on the client. ```js options.onPlayerConnect(callback)