Skip to content

Commit 9c7d44c

Browse files
committed
update bin read me to reflect bin script changes
1 parent 2ecdbc8 commit 9c7d44c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ any JSON file with default options.
7979
`purdy package.json` will, for example, print the JSON contents of
8080
package.json.
8181

82-
Similarly, `cat package.json | purdy -` will use stdin to print the contents.
82+
Similarly, `cat package.json | purdy -s` will use stdin to print the contents.
83+
84+
A new option `-l` has been added to parse log files that has one JSON string per line in the file.
85+
86+
`purdy -l logfile.log` will print that.
8387

8488
## Contributing
8589

0 commit comments

Comments
 (0)