From c1e5395c23afd071ba66cc89d8ae956c00210a51 Mon Sep 17 00:00:00 2001 From: Richard Scarrott Date: Mon, 7 Aug 2023 18:40:30 +0100 Subject: [PATCH] Add npm downloads badge to README (#14) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da9ea5a..73d3da6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # React Snap Carousel 🫰 [![GitHub package.json version](https://img.shields.io/github/package-json/v/richardscarrott/react-snap-carousel.svg)](https://www.npmjs.com/package/react-snap-carousel) +[![npm downloads](https://img.shields.io/npm/dw/react-snap-carousel)](https://www.npmjs.com/package/react-snap-carousel) [![CI](https://github.com/richardscarrott/react-snap-carousel/actions/workflows/node.js.yml/badge.svg)](https://github.com/richardscarrott/react-snap-carousel/actions/workflows/node.js.yml) [![GitHub license](https://img.shields.io/github/license/richardscarrott/react-snap-carousel.svg)](https://github.com/richardscarrott/react-snap-carousel/blob/main/LICENSE)