Typo in readme.md

This commit is contained in:
Stefano Azzolini 2015-05-17 01:44:21 +02:00
parent 4988e0808f
commit 63b9d4c8fe

View file

@ -85,7 +85,7 @@ You can also render colored text using an HTML-like string with tags.
```js
var chalk = require('chalk');
console.log(chalk.text('<red>Error!</red>'));
console.log(chalk.colorize('<red>Error!</red>'));
```
## API