Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Jan 30, 2021
1 parent f5d07ca commit 4e3c83a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -157,7 +157,7 @@ c.Println("This prints again cyan...")

## GitHub Actions

To output color in GitHub Actions (or other CI systems that support ANSI colors), make sure to set `color.NoColor = false` so that it bypasses mangling checks.
To output color in GitHub Actions (or other CI systems that support ANSI colors), make sure to set `color.NoColor = false` so that it bypasses the check for non-tty output streams.

## Todo

Expand All @@ -173,4 +173,3 @@ To output color in GitHub Actions (or other CI systems that support ANSI colors)
## License

The MIT License (MIT) - see [`LICENSE.md`](https://github.com/fatih/color/blob/master/LICENSE.md) for more details

0 comments on commit 4e3c83a

Please sign in to comment.