Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Dec 2, 2021
1 parent 6c673e0 commit 7446bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ const test = createQueryTester(
{
$eq: 10
},
{ $in, $all, $nin, $lt }
{ operations: { $in, $all, $nin, $lt } }
);

[1, 2, 3, 4, 10].filter(test);
Expand Down

0 comments on commit 7446bc1

Please sign in to comment.