Skip to content

Commit 9d4a2c1

Browse files
authored
Merge pull request #40 from Flammae/docs
📖 chore(readme): update install to use deps instead of dev deps
2 parents 8b8c0f4 + 50140ae commit 9d4a2c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/e63e262a91834400aa567b9b0d20
77
## Install
88

99
```bash
10-
yarn add -D @svelte-plugins/tooltips
10+
yarn add @svelte-plugins/tooltips
1111

1212
# or with NPM
1313

14-
npm i -D @svelte-plugins/tooltips
14+
npm i @svelte-plugins/tooltips
1515

1616
# or with PNPM
1717

18-
pnpm i -D @svelte-plugins/tooltips
18+
pnpm i @svelte-plugins/tooltips
1919
```
2020

2121
## Using the Tooltip component

0 commit comments

Comments
 (0)