From 5a34fb785c004ebffd5c048c1b64d777e8d4e5ca Mon Sep 17 00:00:00 2001 From: Marcello de Sales Date: Fri, 17 Jul 2015 09:16:39 -0700 Subject: [PATCH] Update README.md Adding the badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27854c2..cfd4950 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ Node.js pom.xml Parser ======= -[![Build Status](https://travis-ci.org/marcellodesales/node-pom-parser.svg)](https://travis-ci.org/marcellodesales/node-pom-parser) ![License](https://img.shields.io/badge/license-MIT-lightgray.svg) +[![Build Status](https://travis-ci.org/marcellodesales/node-pom-parser.svg)](https://travis-ci.org/marcellodesales/node-pom-parser) ![License](https://img.shields.io/badge/license-MIT-lightgray.svg) [![npm version](https://badge.fury.io/js/pom-parser.svg)](http://badge.fury.io/js/pom-parser) [![Dependency Status](https://gemnasium.com/marcellodesales/node-pom-parser.svg)](https://gemnasium.com/marcellodesales/node-pom-parser) Parsing Java's pom.xml and properly returning the json object, including attributes and values. +[![NPM](https://nodei.co/npm/pom-parser.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/pom-parser/) + Installation ======