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