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; } );