Skip to content

Commit 0a64bfd

Browse files
committed
update readme
1 parent d36f942 commit 0a64bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ by default all matched objects are emitted. You can supply a custom JS expressio
6565

6666
```BASH
6767
$ echo '{"name": "foo", "type": "bar"}{"name": "foobar", "type": "barfoo"}' | jsonfilter "name" --match="this === 'foo'"
68-
# foo
68+
"foo"
6969

7070
$ echo '{"name": "foo", "type": "bar"}{"name": "foobar", "type": "barfoo"}' | jsonfilter --match="this.name === 'foo'"
7171
{"name": "foo", "type": "bar"}

0 commit comments

Comments
 (0)