From d5d08a09953a1a4a048f32e96990c04d0c8970aa Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 3 Apr 2014 22:57:06 +0200 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index c23bb46..e03250f 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ > Terminal string styling done right -[![Build Status](https://secure.travis-ci.org/sindresorhus/chalk.png?branch=master)](http://travis-ci.org/sindresorhus/chalk) +[![Build Status](https://travis-ci.org/sindresorhus/chalk.svg?branch=master)](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. @@ -23,12 +23,12 @@ ## Install -``` -npm install --save chalk +```bash +$ 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. @@ -160,4 +160,4 @@ if (!chalk.supportsColor) { ## License -MIT © [Sindre Sorhus](http://sindresorhus.com) +[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)