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 aab1df0 commit b493aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ 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. This package performs colorization (and indentation) inline in the encoder.
many Go CLIs. This package performs colorization (and indentation) inline in the encoder,
and is significantly faster than stdlib at indentation.

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

Expand Down

0 comments on commit b493aa0

Please sign in to comment.