From f7a6517ebae61c678f76d309d20c68b92afdab17 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 15 Oct 2014 18:05:00 +0300 Subject: [PATCH] Revert "Fixing typo" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a67889c..4143153 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ lib.update("books", } }, function(row) { // update function - row.copies+=5; + row.year+=5; return row; } );