Update readme.md
This commit is contained in:
parent
af4983c011
commit
d5d08a0995
1 changed files with 5 additions and 5 deletions
10
readme.md
10
readme.md
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Terminal string styling done right
|
> Terminal string styling done right
|
||||||
|
|
||||||
[](http://travis-ci.org/sindresorhus/chalk)
|
[](https://travis-ci.org/sindresorhus/chalk)
|
||||||
|
|
||||||
[colors.js](https://github.com/Marak/colors.js) is currently the most popular string styling module, but it has serious deficiencies like extending String.prototype which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68). Although there are other ones, they either do too much or not enough.
|
[colors.js](https://github.com/Marak/colors.js) is currently the most popular string styling module, but it has serious deficiencies like extending String.prototype which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68). Although there are other ones, they either do too much or not enough.
|
||||||
|
|
||||||
|
|
@ -23,12 +23,12 @@
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```bash
|
||||||
npm install --save chalk
|
$ npm install --save chalk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Usage
|
||||||
|
|
||||||
Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
|
Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
|
||||||
|
|
||||||
|
|
@ -160,4 +160,4 @@ if (!chalk.supportsColor) {
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue