From bea445b7ecfd359f8e01ea4d96a9aba9930d5d1a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 24 Sep 2015 09:29:54 +1000 Subject: [PATCH] Added npm badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7d4be1..f50f858 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # log4js-node [![Build Status](https://secure.travis-ci.org/nomiddlename/log4js-node.png?branch=master)](http://travis-ci.org/nomiddlename/log4js-node) +[![NPM](https://nodei.co/npm/log4js.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log4js/) This is a conversion of the [log4js](https://github.com/stritti/log4js) framework to work with [node](http://nodejs.org). I've mainly stripped out the browser-specific code and tidied up some of the javascript.