From d9d6e9d7f499730d30bbb8f5240ef243a404e5fe Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 26 Jun 2014 00:18:23 +0200 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 942ba51..d83df5f 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,7 @@ > Terminal string styling done right [![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) [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.