Skip to content

Commit

Permalink
Fixed update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhair committed Jul 3, 2015
1 parent c2ae790 commit 4500f91
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 @@ -81,7 +81,7 @@ TaskList.add({
jQuery promise object.
```javascript
TaskList.update(12, {
Title: ("Get 8 eggs"
Title: "Get 8 eggs"
}).then(function(){
console.log("Successfully updated");
},
Expand Down

0 comments on commit 4500f91

Please sign in to comment.