Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Oct 4, 2021
1 parent 8135d75 commit b072000
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Package `neilotoole/jsoncolor` is a drop-in replacement for `encoding/json`
that outputs colorized JSON.

Why? Well, `jq` colorizes its output by default, and color output is desirable for
many Go CLIs. At the time this package was
created, there didn't seem to be any JSON colorization package that performed
colorization inline in the encoder.
many Go CLIs. This package performs colorization (and indentation) inline in the encoder.

From the example [`jc`](./cmd/jc) app:

Expand Down

0 comments on commit b072000

Please sign in to comment.