Rephrases, since Colors is no longer the most popular string styling module.

See: http://npm-stat.com/charts.html?package=chalk versus
http://npm-stat.com/charts.html?package=colors
This commit is contained in:
Joshua Appelman 2014-08-30 23:06:34 +02:00
parent 9864ba4581
commit d55efc39b5

View file

@ -5,7 +5,7 @@
[![Build Status](https://travis-ci.org/sindresorhus/chalk.svg?branch=master)](https://travis-ci.org/sindresorhus/chalk) [![Build Status](https://travis-ci.org/sindresorhus/chalk.svg?branch=master)](https://travis-ci.org/sindresorhus/chalk)
![](http://img.shields.io/badge/unicorn-approved-ff69b4.svg) ![](http://img.shields.io/badge/unicorn-approved-ff69b4.svg)
[colors.js](https://github.com/Marak/colors.js) is currently the most popular [colors.js](https://github.com/Marak/colors.js) used to be the most popular
string styling module, but it has serious deficiencies like extending string styling module, but it has serious deficiencies like extending
String.prototype which causes all kinds of String.prototype which causes all kinds of
[problems](https://github.com/yeoman/yo/issues/68). Although there are other [problems](https://github.com/yeoman/yo/issues/68). Although there are other