From 262cba4bb2303ad2315419efa0305497e618223b Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Mar 2018 01:10:43 +0000 Subject: [PATCH] Fixed npm badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6bc267..1504071 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mocha-froth -[![npm version](https://badge.fury.io/js/mocha-froth.svg)](https://badge.fury.io/js/mocha-froth) +[![npm version](https://badge.fury.io/js/mocha-froth.svg)](https://www.npmjs.com/package/mocha-froth) [![Travis Build Status](https://travis-ci.org/keith24/mocha-froth.svg?branch=master)](https://travis-ci.org/keith24/mocha-froth) [![Coverage Status](https://coveralls.io/repos/github/keith24/mocha-froth/badge.svg?branch=master)](https://coveralls.io/github/keith24/mocha-froth?branch=master) [![Snyk Vulnerabilities](https://snyk.io/test/github/keith24/mocha-froth/badge.svg?targetFile=package.json)](https://snyk.io/test/github/keith24/mocha-froth?targetFile=package.json)