Skip to content

Commit

Permalink
* Quick fix for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheModFather committed Sep 2, 2013
1 parent 082e906 commit c3d1de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ module.exports = function () {
response: JSON.stringify({})
}
},
post: function (route, request, response, data) {
post: function (route, request, response) {
var endpoint = this,
postData = "";

Expand Down

0 comments on commit c3d1de1

Please sign in to comment.