From 5cd288805b2b65e983e5e9320b1d878736ab11f0 Mon Sep 17 00:00:00 2001 From: robertodecurnex Date: Mon, 28 Feb 2011 17:15:32 -0300 Subject: [PATCH] Fixing Typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f39fa6..c0c0e8e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ With the following Content-Type: Then http://domain.com/action.jsonp?callback=J50Npi.success will return the following: J50Npi.success({"key":"value"}) With the following Content-Type: - aplication/javascript + application/javascript But http://domain.com/action.json?callback=J50Npi.sucess will still returns the following: {"key":"value"}