Skip to content

Commit

Permalink
docs: update install command order
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 27, 2024
1 parent 0c8b96c commit 7a7b303
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/8cd2327a580c4f429c71f7df999b

## Installation

**Yarn**
```sh
# npm
npm i -D svelte-intersection-observer

```bash
yarn add -D svelte-intersection-observer
```
# pnpm
pnpm i -D svelte-intersection-observer

**NPM**
# Bun
bun i -D svelte-intersection-observer

```bash
npm i -D svelte-intersection-observer
```

**pnpm**
# Yarn
yarn add -D svelte-intersection-observer

```bash
pnpm i -D svelte-intersection-observer
```

## Usage
Expand Down

0 comments on commit 7a7b303

Please sign in to comment.