From 3e2bcef902a0a3a4003f8b537cbeb3a541b9d360 Mon Sep 17 00:00:00 2001 From: andyexeter Date: Tue, 17 Oct 2023 14:18:58 +0100 Subject: [PATCH] Add bun install method to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e03346..ed0b7d1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Size](https://img.shields.io/bundlephobia/min/most-visible@2.0.0)](https://unpkg.com/most-visible@2.0.0/dist/most-visible.min.js) [![Size](https://img.shields.io/bundlephobia/minzip/most-visible@2.0.0)](https://unpkg.com/most-visible@2.0.0/dist/most-visible.min.js) -A JavaScript module and jQuery plugin which returns the most visible element from a given set. +A zero dependency JavaScript module and jQuery plugin which returns the most visible element from a given set. ## Installation @@ -22,6 +22,12 @@ A JavaScript module and jQuery plugin which returns the most visible element fro ``` #### Package Managers + +Install via [Bun](https://bun.sh/): +```sh +$ bun add most-visible +``` + Install via yarn: ```sh $ yarn add most-visible