address review comments

This commit is contained in:
Sakthipriyan Vairamani 2016-07-27 10:02:38 +05:30 committed by GitHub
parent 4f8a0fbf6c
commit af8f1b835a

View file

@ -32,7 +32,7 @@
## Install ## Install
```bash ```console
$ npm install --save chalk $ npm install --save chalk
``` ```
@ -157,7 +157,7 @@ console.log(chalk.styles.red.open + 'Hello' + chalk.styles.red.close);
- `red` - `red`
- `green` - `green`
- `yellow` - `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` - `magenta`
- `cyan` - `cyan`
- `white` - `white`