Skip to content

Commit ca57d41

Browse files
committed
Update README.md
1 parent 8cb3f6a commit ca57d41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Using jsome as a command line, you need to run the following command that takes
3434
$ jsome [options] /path/to/your/json/file.json
3535
```
3636

37+
You can also send a json string through a pipe (`|`)
38+
39+
```bash
40+
$ cat /path/to/your/json/file.json | jsome
41+
```
42+
3743
The options available are :
3844
- `-c`: to enable or disable colors (defualt value: true)
3945
- `-l`: to enable or disable levels (default value: false)

0 commit comments

Comments
 (0)