aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/colors/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/colors/README.md')
-rw-r--r--deps/npm/node_modules/colors/README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/deps/npm/node_modules/colors/README.md b/deps/npm/node_modules/colors/README.md
index c0550bdd52..7f12859636 100644
--- a/deps/npm/node_modules/colors/README.md
+++ b/deps/npm/node_modules/colors/README.md
@@ -1,10 +1,4 @@
-# colors.js
-[![Build Status](https://travis-ci.org/Marak/colors.js.svg?branch=master)](https://travis-ci.org/Marak/colors.js)
-[![version](https://img.shields.io/npm/v/colors.svg)](https://www.npmjs.org/package/colors)
-[![dependencies](https://david-dm.org/Marak/colors.js.svg)](https://david-dm.org/Marak/colors.js)
-[![devDependencies](https://david-dm.org/Marak/colors.js/dev-status.svg)](https://david-dm.org/Marak/colors.js#info=devDependencies)
-
-Please check out the [roadmap](ROADMAP.md) for upcoming features and releases. Please open Issues to provide feedback, and check the `develop` branch for the latest bleeding-edge updates.
+# colors.js [![Build Status](https://travis-ci.org/Marak/colors.js.svg?branch=master)](https://travis-ci.org/Marak/colors.js)
## get color and style in your node.js console
@@ -169,7 +163,7 @@ console.log(colors.warn("this is a warning"));
```
-### Combining Colors
+You can also combine them:
```javascript
var colors = require('colors');