Update README.md

This commit is contained in:
Kegan Myers 2015-07-07 23:50:43 -05:00
parent 21444318cb
commit 1789f73bcd

View file

@ -10,7 +10,7 @@ var pmo = require("promise-map-object");
var a = {
foo: { name: "asdf", age: {$gt: 13} },
bar: {age:;{$lte: 13}}
bar: { age: {$lte: 13} }
}
pmo(a, function(query) {