From 6108ce3f1ddbeda991dd712e59c8e489d6384459 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Sat, 6 Jan 2024 21:43:54 -0600 Subject: [PATCH] chore: fix downloads image --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 28d6bd9ff7..b5575c610a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ Fast, unopinionated, minimalist web framework for [node](http://nodejs.org). [![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] +[![NPM Downloads][downloads-image]][downloads-image] ```js const express = require('express') @@ -147,4 +147,4 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d [ci-url]: https://github.com/hubot-friends/express/actions [npm-image]: https://img.shields.io/npm/v/@hubot-friends/express.svg [npm-url]: https://npmjs.org/package/@hubot-friends/express -[downloads-url]: https://npmjs.org/package/@hubot-friends/express \ No newline at end of file +[downloads-image]: https://img.shields.io/npm/dm/@hubot-friends/express.svg