diff --git a/README.md b/README.md index 9ecf665..2528c7e 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,13 @@ Declarative forms for [Svelte](https://svelte.dev/). ```shell $ npm i sveltejs-forms -``` - -or - -```shell +# OR +$ pnpm i sveltejs-forms +# OR $ yarn add sveltejs-forms ``` + ## How to use ### With provided `Input`, `Select`, `Choice` helper components