Update readme.md

This commit is contained in:
Sindre Sorhus 2019-09-22 16:06:46 +07:00 committed by GitHub
parent 20cdd9128a
commit ca999ea835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,9 +149,8 @@ Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=
### chalk.stderr and chalk.stderr.supportsColor
`chalk.stderr` contains a separate instance configured with color support detected for `stderr` stream instead of `stdout`.
Override rules from `chalk.supportsColor` apply to this too.
`chalk.stderr.supportsColor` is exposed for convenience.
`chalk.stderr` contains a separate instance configured with color support detected for `stderr` stream instead of `stdout`. Override rules from `chalk.supportsColor` apply to this too. `chalk.stderr.supportsColor` is exposed for convenience.
## Styles