Skip to content

Commit

Permalink
minor doc improvements (#120)
Browse files Browse the repository at this point in the history
* minor doc improvements

* address review comments
  • Loading branch information
thefourtheye authored and Qix- committed Jul 27, 2016
1 parent d939a3f commit 74c087d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -32,7 +32,7 @@

## Install

```
```console
$ npm install --save chalk
```

Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 74c087d

Please sign in to comment.