minor doc improvements

This commit is contained in:
Sakthipriyan Vairamani 2016-07-24 01:27:23 +05:30 committed by GitHub
parent d939a3f9bc
commit 4f8a0fbf6c

View file

@ -32,7 +32,7 @@
## Install
```
```bash
$ 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, as normal blue is illegible)*
- `magenta`
- `cyan`
- `white`