From 8587c7a1f0c29dd27b1f8b266ec4e6183e3478f5 Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Fri, 17 May 2024 21:08:21 +0200 Subject: [PATCH] chore: add npm download badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e13733d..5d0fba8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This library compares two arrays or objects and returns a full diff of their differences. [![Superdiff CI](https://github.com/DoneDeal0/superdiff/actions/workflows/superdiff.yml/badge.svg)](https://github.com/DoneDeal0/superdiff/actions/workflows/superdiff.yml) +![NPM Downloads](https://img.shields.io/npm/dy/%40donedeal0%2Fsuperdiff?logo=npm) +![GitHub Tag](https://img.shields.io/github/v/tag/DoneDeal0/superdiff?label=latest%20release) + ## WHY YOU SHOULD USE THIS LIBRARY