Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Dec 3, 2013
1 parent b2a9260 commit bf8d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note: the resource will not be really created on the server but it will be faked
$.ajax('http://jsonplaceholder.typicode.com/posts/1', {
method: 'PUT',
data: {
id: 1
id: 1,
title: 'foo',
body: 'bar',
userId: 1
Expand Down

0 comments on commit bf8d9a1

Please sign in to comment.