From 81b2328aadd0fa2cc5984cdcacf4df7d35ac0fa0 Mon Sep 17 00:00:00 2001 From: Blake Ambrose Date: Wed, 8 Jun 2016 17:07:05 +1000 Subject: [PATCH] run travis again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2d5c7..4a3084d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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.