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
|
||||
|
||||
```
|
||||
```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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue