Skip to content

Commit

Permalink
docs: add Bun and Deno installation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Aug 20, 2024
1 parent 7451194 commit 8e7bc41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,23 @@

## Install

[![Install Size](https://packagephobia.com/badge?p=jsonc.min)](https://pkg-size.dev/jsonc.min)

```bash
# Node.js
npm i jsonc.min
```

```bash
# Bun
bun add jsonc.min
```

```bash
# Deno
deno add npm:jsonc.min
```

---

## Usage
Expand Down

0 comments on commit 8e7bc41

Please sign in to comment.