Skip to content

Commit

Permalink
Added badges to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyCook committed Oct 3, 2013
1 parent ab4f8c5 commit 54f1016
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[![Build Status](http://craigcook.co.uk/build/job/String%20Builder%20JS/badge/icon)](http://craigcook.co.uk/build/job/String%20Builder%20JS/)
[![Build Status](https://travis-ci.org/BoyCook/StringBuilderJS.png?branch=master)](https://travis-ci.org/BoyCook/StringBuilderJS)
[![Coverage Status](https://coveralls.io/repos/BoyCook/StringBuilderJS/badge.png)](https://coveralls.io/r/BoyCook/StringBuilderJS)
[![Dependency Status](https://gemnasium.com/BoyCook/CDaaS.png)](https://gemnasium.com/BoyCook/StringBuilderJS)

[![NPM](https://nodei.co/npm/string-builder.png?downloads=true)](https://nodei.co/npm/string-builder)

## Description
A String Builder implementation in JavaScript for node.js
Expand Down Expand Up @@ -30,8 +34,6 @@ You can include the module from GitHub directly by adding the following to your
"string-builder": "https://github.com/BoyCook/StringBuilderJS/tarball/master"
}

## Links

* http://craigcook.co.uk/build/job/String%20Builder%20JS
* http://craigcook.co.uk/quality/dashboard/index/254

## Building
* `make test` runs the tests
* `make test-cov` runs the tests with coverage

0 comments on commit 54f1016

Please sign in to comment.