From 46432af286beb2a4898b34ce544776151e84f4e9 Mon Sep 17 00:00:00 2001 From: Neil O'Toole Date: Sun, 3 Oct 2021 20:58:46 -0600 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e24ba67..b09606d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ It can be inconvenient to use terminal codes, e.g. `json.Color("\x1b[36m")`. A helper package provides an adapter for [`fatih/color`](https://github.com/fatih/color). ```go - // import "github.com/neilotoole/jsoncolor/helper/fatihcolor" +// import "github.com/neilotoole/jsoncolor/helper/fatihcolor" // import "github.com/fatih/color" out := colorable.NewColorable(os.Stdout) // needed for Windows