Skip to content

Commit

Permalink
chore(docs): reduce installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba committed Mar 20, 2024
1 parent f02db7b commit 515244a
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,11 @@ To clarify, this project is not affiliated with [WinterCG](https://wintercg.org)

## Installation

Install this npm package as follows, depending on which package manager you're using.
Install this npm package as follows:

- **npm:**

```sh
npm install --save dom-events-wintercg
```

- **Yarn:**

```sh
yarn add dom-events-wintercg
```

- **pnpm:**

```sh
pnpm add dom-events-wintercg
```

- **Bun:**

```sh
bun add dom-events-wintercg
```

- **Deno:** No need to install. Just add the [npm: specifier](https://docs.deno.com/runtime/manual/node/npm_specifiers) when importing.
```sh
npm install dom-events-wintercg
```

## Usage

Expand Down

0 comments on commit 515244a

Please sign in to comment.