From 4c65555acac73d8ba42f5240243e20c895e0960a Mon Sep 17 00:00:00 2001 From: Noah Yarian Date: Mon, 29 Feb 2016 15:08:59 -0600 Subject: [PATCH] README.md - replaced , with : for valid JSON in success callback example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebde67..99639ab 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ called again. You can distinguish between those events of course: duration: "short", position: "bottom", addPixelsY: -40, // (optional) added a negative value to move it up a bit (default 0) - data: {'foo','bar'} // (optional) pass in a JSON object here (it will be sent back in the success callback below) + data: {'foo':'bar'} // (optional) pass in a JSON object here (it will be sent back in the success callback below) }, // implement the success callback function(result) {