minor doc improvements (#120)

* minor doc improvements

* address review comments
This commit is contained in:
Sakthipriyan Vairamani 2016-07-27 11:43:15 +05:30 committed by Josh Junon
parent d939a3f9bc
commit 74c087db82

View file

@ -32,7 +32,7 @@
## Install
```
```console
$ npm install --save chalk
```
@ -157,7 +157,7 @@ console.log(chalk.styles.red.open + 'Hello' + chalk.styles.red.close);
- `red`
- `green`
- `yellow`
- `blue` *(on Windows the bright version is used as normal blue is illegible)*
- `blue` *(on Windows the bright version is used since normal blue is illegible)*
- `magenta`
- `cyan`
- `white`