Skip to content

Commit

Permalink
Merge pull request #54 from danro/patch-1
Browse files Browse the repository at this point in the history
Remove rogue comma in README
  • Loading branch information
ded committed Oct 14, 2011
2 parents fd0e50b + 5235c99 commit 31e566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ reqwest({
``` js ``` js
reqwest({ reqwest({
url: 'path/to/data.jsonp?callback=?' url: 'path/to/data.jsonp?callback=?'
, type: 'jsonp', , type: 'jsonp'
, success: function (resp) { , success: function (resp) {
qwery('#content').html(resp.content) qwery('#content').html(resp.content)
} }
Expand Down

0 comments on commit 31e566c

Please sign in to comment.