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