From 262182572ed59622861edbfd436521eeef1a1f16 Mon Sep 17 00:00:00 2001 From: Dominik Bulaj Date: Fri, 2 Feb 2024 10:17:38 +0100 Subject: [PATCH] chore: update badges Update README.md badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3010ce..285b180 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![CI](https://github.com/dominikbulaj/react-scroll-into-view/actions/workflows/build.yml/badge.svg)](https://github.com/dominikbulaj/react-scroll-into-view/actions/workflows/build.yml) [![npm version](https://img.shields.io/npm/v/react-scroll-into-view)](https://www.npmjs.com/package/react-scroll-into-view) -![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-scroll-into-view) -![downloads](https://img.shields.io/npm/dm/react-scroll-into-view) +[![bundlephobia](https://badgen.net/bundlephobia/minzip/react-scroll-into-view/)](https://bundlephobia.com/package/react-scroll-into-view) +[![downloads](https://img.shields.io/npm/dw/react-scroll-into-view)](https://npmcharts.com/compare/react-scroll-into-view) Fast & declarative way for scrolling to any element on page. Weights less than 600B (minified + gzipped)!