diff --git a/README.md b/README.md index 2061a91..107672f 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,6 @@ myModel.fetch().then(function(data){ function(response){ console.log(response.statusText); }); -``` \ No newline at end of file +``` + +And basically use them on every methods that is using Backbone.sync (collection fetch, model save, etc....)