From e88574fbb13da947445079c55876a755291a5bf8 Mon Sep 17 00:00:00 2001 From: Oliver Sartun Date: Sat, 11 Jan 2014 13:29:41 +0100 Subject: [PATCH] Corrected grammatical mistakes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad0261..3b67c8f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ An extremely simple undo manager for Backbone.js #### Who should use Backbone.Undo.js -Backbone.Undo.js is a simple undo manager that should be used by rather simple web applications. It has mechanisms that makes it extensible and suitable for more complex applications. However, it might not be adequate for very large-scale applications with tens of thousands of lines of code. +Backbone.Undo.js is a simple undo manager that should be used for rather simple web applications. It has mechanisms that make it extensible and suitable for more complex applications. However, it might not be adequate for very large-scale applications with vast amounts of lines of code. ## Getting started