Skip to content

Commit

Permalink
docs: add Bun and Deno installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 20, 2024
1 parent 7451194 commit 27e4ce0
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 27e4ce0

Please sign in to comment.