From 625dd31a8d8fb4a91019a7d4ad70801533189a42 Mon Sep 17 00:00:00 2001 From: Dominik Bulaj Date: Fri, 29 Dec 2023 09:37:07 +0100 Subject: [PATCH] chore: updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99837f3..267ded1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![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) -[![bundlephobia](https://badgen.net/bundlephobia/minzip/react-scroll-into-view)](https://bundlephobia.com/package/react-scroll-into-view) -[![tree shakable](https://badgen.net/bundlephobia/tree-shaking/react-scroll-into-view)](https://bundlephobia.com/package/react-scroll-into-view) -[![dependency count](https://badgen.net/bundlephobia/dependency-count/react-scroll-into-view)](https://bundlephobia.com/package/react-scroll-into-view) +[![bundlephobia](https://badgen.net/bundlephobia/minzip/react-scroll-into-view/)](https://bundlephobia.com/package/react-scroll-into-view) +[![tree shakable](https://badgen.net/bundlephobia/tree-shaking/react-scroll-into-view/)](https://bundlephobia.com/package/react-scroll-into-view) +[![dependency count](https://badgen.net/bundlephobia/dependency-count/react-scroll-into-view/)](https://bundlephobia.com/package/react-scroll-into-view) Fast & declarative way for scrolling to any element on page. Weights less than 600B (minified + gzipped)!