diff --git a/README.md b/README.md index 72bfbbf..6b67bb4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Backbone.Undo.js is very simple to handle. It's made to *just work*. However thi * Easy to include *and exclude* - In comparison to other Backbone-based undo-managers like *Backbone.memento*, you don't have to modify your models or collections to use Backbone.Undo.js. That not only makes it easy to include Backbone.Undo.js, but also to remove it. + In comparison to other Backbone-based undo-managers like *Backbone.memento*, you don't have to modify your models or collections to use Backbone.Undo.js. That makes it easy to not only include Backbone.Undo.js, but also to remove it again. * Uses Backbone-Events