From ecb9271d5ccb21428a65742d12029b11802a2de1 Mon Sep 17 00:00:00 2001 From: neilotoole Date: Fri, 10 Nov 2023 13:38:31 -0700 Subject: [PATCH] README cleanup for v0.7.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6986d9..3a80a2e 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ the codebases are quite of out sync by now. - [`jq`](https://stedolan.github.io/jq/): sine qua non. - [`segmentio/encoding`](https://github.com/segmentio/encoding): `jsoncolor` is layered into Segment's JSON encoder. They did the hard work. Much gratitude to that team. -- [`sq`](https://github.com/neilotoole/sq): `jsoncolor` is effectively an extract of the code created specifically for `sq`. +- [`sq`](https://github.com/neilotoole/sq): `jsoncolor` is effectively an extract of code created specifically for `sq`. - [`mattn/go-colorable`](https://github.com/mattn/go-colorable): no project is complete without `mattn` having played a role. - [`fatih/color`](https://github.com/fatih/color): the color library. - [`@hermannm`](https://github.com/hermannm): for several PRs.