Skip to content

Commit

Permalink
docs: re-order install commands, drop -D flag
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 20, 2024
1 parent b31c71f commit a135d7c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/a1b828d80de24f7e995b2365782c
## Installation

```bash
# Yarn
yarn add -D svelte-typeahead

# npm
npm i -D svelte-typeahead
npm i svelte-typeahead

# pnpm
pnpm i -D svelte-typeahead
pnpm i svelte-typeahead

# Yarn
yarn add svelte-typeahead

# Bun
bun add svelte-typeahead
```

## Usage
Expand Down

0 comments on commit a135d7c

Please sign in to comment.