From 50140ae6732371a3dd83b6ef4bf6121ba97bbf59 Mon Sep 17 00:00:00 2001 From: Beqa Date: Wed, 20 Mar 2024 14:22:16 +0400 Subject: [PATCH] Docs: Instruct to install as a project dep instead of dev dep. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5892aa6..422730b 100644 --- a/README.md +++ b/README.md @@ -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