has-color => supports-color

This commit is contained in:
Sindre Sorhus 2014-06-14 03:49:42 +02:00
parent 90f012c793
commit 144421dc16
3 changed files with 5 additions and 5 deletions

View file

@ -84,7 +84,7 @@ Color support is automatically detected, but you can override it.
### chalk.supportsColor
Detect whether the terminal [supports color](https://github.com/sindresorhus/has-color).
Detect whether the terminal [supports color](https://github.com/sindresorhus/supports-color).
Can be overridden by the user with the flags `--color` and `--no-color`.