diff --git a/README.md b/README.md index 1557272..6d737e5 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ Account.destroy('foo@example.com', {ReturnValues: true}, function (err, acc) { Account.destroy('foo@example.com', {expected: {age: 22}}, function (err) { console.log('account deleted if the age was 22'); +}); ```