From ec464508ee5e3cb4902915fcdea15ce8f5a3bcc5 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 29 Jul 2013 15:44:05 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f1ef1..060c6c9 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ 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 +--- ```js options.onPlayerConnect(callback) ```