From b2405f1f15a84ff246ddcf965f1e8dc33c2c3f78 Mon Sep 17 00:00:00 2001 From: Tom Spencer Date: Wed, 2 Dec 2020 10:16:52 +0000 Subject: [PATCH] Fix badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a392b63..c001720 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Adds XML parsing to the [body-parser](https://github.com/expressjs/body-parser) This is really useful if you want to deal with plain old JavaScript objects, but you need to interface with XML APIs. [![Build Status](https://github.com/fiznool/body-parser-xml/workflows/Node.js%20CI/badge.svg)](https://github.com/fiznool/body-parser-xml/workflows/Node.js%20CI/badge.svg) -[![npm version](https://badge.fury.io/js/body-parser-xml.svg)](http://badge.fury.io/js/body-parser-xml) +[![npm version](https://img.shields.io/npm/v/body-parser-xml)](https://img.shields.io/npm/v/body-parser-xml) +[![npm downloads per week](https://img.shields.io/npm/dw/body-parser-xml?color=blue)](https://img.shields.io/npm/dw/body-parser-xml?color=blue) [![Dependency Status](https://david-dm.org/fiznool/body-parser-xml.svg)](https://david-dm.org/fiznool/body-parser-xml) [![devDependency Status](https://david-dm.org/fiznool/body-parser-xml/dev-status.svg)](https://david-dm.org/fiznool/body-parser-xml#info=devDependencies)