From a6877ed38184477b41a8b48b3b5f07ed1974ce40 Mon Sep 17 00:00:00 2001 From: neilotoole Date: Fri, 10 Nov 2023 13:29:08 -0700 Subject: [PATCH] README cleanup for v0.7.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6634d19..4600287 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ A helper package provides an adapter for [`fatih/color`](https://github.com/fati ```go // import "github.com/neilotoole/jsoncolor/helper/fatihcolor" // import "github.com/fatih/color" + // import "github.com/mattn/go-colorable" out := colorable.NewColorable(os.Stdout) // needed for Windows enc = json.NewEncoder(out)