Skip to content

Commit 5f82554

Browse files
updates for Readme
1 parent b7d342c commit 5f82554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Starting from version version 0.8.3 list$ supports also these operators:
7777
- gte$: `.list$({ f1: {gte$: 5} })` for greater than or equal.
7878
- gt$: `.list$({ f1: {gt$: 5} })` for greater than.
7979
- in$: `.list$({ f1: {in$: [10, 20]} })` for in. in$ operator accepts only values of type array.
80-
- nin$: `.list$({ f1: {nin$: ["'v1'", "'v2'"]} })` for not-in. nin$ operator accepts only values of type array.
80+
- nin$: `.list$({ f1: {nin$: ['v1', 'v2']} })` for not-in. nin$ operator accepts only values of type array.
8181

8282

8383
Note: you can use `sort$`, `limit$`, `skip$` and `fields$` together.

0 commit comments

Comments
 (0)