Merge pull request #74 from danielhusar/patch-1

Fix typo in readme
This commit is contained in:
Sindre Sorhus 2015-07-03 15:19:32 +02:00
commit 789a0118c6

View file

@ -189,7 +189,7 @@ if (!chalk.supportsColor) {
## 256-colors
Chalk does not support support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used.
Chalk does not support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used.
## Windows