Skip to content

Commit

Permalink
Adding license and downloads badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 7, 2014
1 parent 46c3b9d commit c743f09
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1,6 +1,10 @@
#object-is <sup>[![Version Badge][2]][1]</sup>

[![Build Status][3]][4] [![dependency status][5]][6] [![dev dependency status][7]][8]
[![Build Status][3]][4]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

[![npm badge][11]][1]

Expand Down Expand Up @@ -51,4 +55,8 @@ Simply clone the repo, `npm install`, and run `npm test`
[9]: https://ci.testling.com/ljharb/object-is.png
[10]: https://ci.testling.com/ljharb/object-is
[11]: https://nodei.co/npm/object-is.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/object-is.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/object-is.svg
[downloads-url]: http://npm-stat.com/charts.html?package=object-is

0 comments on commit c743f09

Please sign in to comment.