From 938fd14c28b656014db10c0dd0cf853c6428cd5e Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 29 Jul 2013 21:38:59 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d7c147..bebe97b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Function to be invoked upon event firing. ```js options.onPlayerUpdate(callback(state)) ``` -Event fired each time state has been received to the client for a player. +Event fired each time `state` has been received to the client for a player. `callback` **function** Function to be invoked upon event firing. `state` **object literal** @@ -156,7 +156,7 @@ Object containing all of the properties pertaining to a player for your game - x ```js options.onEntityUpdate(callback(state)) ``` -Event fired each time state has been received to the client for an entity. +Event fired each time `state` has been received to the client for an entity. `callback` **function** Function to be invoked upon event firing.