minor doc improvements (#120)
* minor doc improvements * address review comments
This commit is contained in:
parent
d939a3f9bc
commit
74c087db82
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue