Skip to content

Commit 789a011

Browse files
committedJul 3, 2015
Merge pull request #74 from danielhusar/patch-1
Fix typo in readme
2 parents d7537f3 + 388e21a commit 789a011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if (!chalk.supportsColor) {
189189

190190
## 256-colors
191191

192-
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.
192+
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.
193193

194194

195195
## Windows

0 commit comments

Comments
 (0)
Please sign in to comment.