Skip to content

Commit 2a437d7

Browse files
authored
Update README.md
1 parent 2428b50 commit 2a437d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ json-c libc
77

88
# usage:
99
```
10-
json-search NEEDLE FILE [FILES] [OPTION]
10+
json-search [NEEDLE] [FILE] [FILES] [OPTION]
1111
```
1212
```
1313
# options:
@@ -17,6 +17,11 @@ json-search NEEDLE FILE [FILES] [OPTION]
1717
-h: show help
1818
... (plenty of other options)
1919
```
20+
But really just use
21+
```
22+
json-search -h
23+
```
24+
It's more updated than this readme
2025

2126
# example:
2227

0 commit comments

Comments
 (0)