From 366d61965d3a4119126e78e09b2166bbcddd0c5a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 6 Sep 2014 22:21:12 -0700 Subject: [PATCH] Adding license and downloads badges --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 755ced6..dc921fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ #is-regex [![Version Badge][2]][1] -[![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] @@ -42,4 +46,8 @@ Simply clone the repo, `npm install`, and run `npm test` [9]: https://ci.testling.com/ljharb/is-regex.png [10]: https://ci.testling.com/ljharb/is-regex [11]: https://nodei.co/npm/is-regex.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/is-regex.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/is-regex.svg +[downloads-url]: http://npm-stat.com/charts.html?package=is-regex