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 5f76e7d commit 15d350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Why? Well, `jq` colorizes its output by default, and color output is desirable f
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:
From the example [`jc`](cmd/jc) app:

![jsoncolor-output](https://github.com/neilotoole/jsoncolor/wiki/images/jsoncolor-example-output2.png)

Expand Down Expand Up @@ -150,7 +150,7 @@ the codebases are quite of out sync by now.

## Example app: `jc`

See [`./cmd/jc`](.cmd/jc) for a trivial CLI implementation that can accept JSON input,
See [`cmd/jc`](cmd/jc) for a trivial CLI implementation that can accept JSON input,
and output that JSON in color.

```shell
Expand Down

0 comments on commit 15d350d

Please sign in to comment.