Skip to content

Commit

Permalink
Add bun install method to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andyexeter committed Oct 17, 2023
1 parent c9e781a commit 3e2bcef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Size](https://img.shields.io/bundlephobia/min/[email protected])](https://unpkg.com/[email protected]/dist/most-visible.min.js)
[![Size](https://img.shields.io/bundlephobia/minzip/[email protected])](https://unpkg.com/[email protected]/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

Expand All @@ -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
Expand Down

0 comments on commit 3e2bcef

Please sign in to comment.