Skip to content

Commit

Permalink
Update README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaxd authored Dec 9, 2019
1 parent e570172 commit 6476ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ image:https://travis-ci.org/tinaxd/minjson.svg?branch=master["Build Status", lin
How to use
----------
```bash
cat test.json | ./minjson.exe > test.min.json
cat test.json | ./minjson.exe minify > test.min.json
cat test.json | ./minjson.exe pretty > test.pretty.json
```

0 comments on commit 6476ab6

Please sign in to comment.