From 086bc066130459cb14a7881c841c47a4a97b4a2c Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Fri, 23 Jan 2015 18:43:57 +0530 Subject: [PATCH] Add travis badge, fix #91 --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index beb5b14..89da44d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,8 +1,8 @@ -# colors.js +# colors.js [![Build Status](https://travis-ci.org/Marak/colors.js?branch=master)](https://travis-ci.org/Marak/colors.js) ## get color and style in your node.js console - +![Demo](https://raw.githubusercontent.com/Marak/colors.js/master/screenshots/colors.png) ## Installation @@ -164,4 +164,4 @@ console.log(colors.error("this is an error")); console.log(colors.warn("this is a warning")); ``` -*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.* \ No newline at end of file +*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.*