Skip to content

Commit

Permalink
Merge pull request #40 from Flammae/docs
Browse files Browse the repository at this point in the history
📖 chore(readme): update install to use deps instead of dev deps
  • Loading branch information
dysfunc authored Mar 29, 2024
2 parents 8b8c0f4 + 50140ae commit 9d4a2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/e63e262a91834400aa567b9b0d20
## Install

```bash
yarn add -D @svelte-plugins/tooltips
yarn add @svelte-plugins/tooltips

# or with NPM

npm i -D @svelte-plugins/tooltips
npm i @svelte-plugins/tooltips

# or with PNPM

pnpm i -D @svelte-plugins/tooltips
pnpm i @svelte-plugins/tooltips
```

## Using the Tooltip component
Expand Down

0 comments on commit 9d4a2c1

Please sign in to comment.