Skip to content

Commit

Permalink
Add travis badge, fix #91
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jan 23, 2015
1 parent e9e6557 commit 086bc06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -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

<img src="https://github.com/Marak/colors.js/raw/master/screenshots/colors.png"/>
![Demo](https://raw.githubusercontent.com/Marak/colors.js/master/screenshots/colors.png)

## Installation

Expand Down Expand Up @@ -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.*
*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.*

0 comments on commit 086bc06

Please sign in to comment.