From a300af5e3eea4f305de6b8990c438a3dc0c09eb6 Mon Sep 17 00:00:00 2001 From: Jon Stroop Date: Tue, 12 Mar 2013 07:58:41 -0300 Subject: [PATCH] fixed js syntax highlighting; added note about disabling callbacks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbc276d..3aa3149c 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ will be wrapped around the `json` response, e.g., the response to will be -```json +```javascript myfunct({ "identifier" : "some/img/path", "width" : "..." }) ``` -See http://en.wikipedia.org/wiki/JSONP for why this is useful. +See http://en.wikipedia.org/wiki/JSONP for why this is useful. This feature can be disabled in the configuration file. Logging -------