From 8d932a1d8adf04b0803b71ed0bf0a17666e7fbb0 Mon Sep 17 00:00:00 2001 From: Nicolas Kermarc Date: Thu, 13 Jun 2013 18:16:32 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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....)