Skip to content

Commit

Permalink
Fixing Typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodecurnex committed Feb 28, 2011
1 parent 9c45b63 commit 5cd2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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"}
Expand Down

0 comments on commit 5cd2888

Please sign in to comment.