Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacenick committed Jun 14, 2013
1 parent 918543d commit 8d932a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ myModel.fetch().then(function(data){
function(response){
console.log(response.statusText);
});
```
```

And basically use them on every methods that is using Backbone.sync (collection fetch, model save, etc....)

0 comments on commit 8d932a1

Please sign in to comment.