Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
isqua committed Jan 16, 2015
1 parent ff417d7 commit 548ceac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Susanin [![Build Status](https://travis-ci.org/nodules/susanin.png?branch=master)](https://travis-ci.org/nodules/susanin)
Susanin [![NPM version][npm-image]][npm-link] ![Bower version][bower-image] [![Build status][build-image]][build-link]
=======

[![devDependency status][devdeps-image]][devdeps-link]

Susanin is a routing library which can be used in any JavaScript environments.

Expand Down Expand Up @@ -170,3 +173,10 @@ console.log(route.build({ category : 'shoes' })); // => '/products'

```
[npm-image]: https://img.shields.io/npm/v/susanin.svg?style=flat
[npm-link]: https://npmjs.org/package/susanin
[bower-image]: https://img.shields.io/bower/v/susanin.svg?style=flat
[build-image]: https://img.shields.io/travis/nodules/susanin.svg?style=flat
[build-link]: https://travis-ci.org/nodules/susanin
[devdeps-image]: https://img.shields.io/david/dev/nodules/susanin.svg?style=flat
[devdeps-link]: https://david-dm.org/nodules/susanin#info=peerDependencies

0 comments on commit 548ceac

Please sign in to comment.