From a135d7c8c05f939bde86e196f60312d77f4f25f5 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 20 Nov 2024 09:24:21 -0800 Subject: [PATCH] docs: re-order install commands, drop `-D` flag --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e53e0cd..7ba2695 100644 --- a/README.md +++ b/README.md @@ -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