From 27d46f00e91bf2035c8e821b98984c3c31414647 Mon Sep 17 00:00:00 2001 From: GreenRobot Date: Sun, 25 Apr 2021 04:20:13 +0700 Subject: [PATCH] docs: how to install from pnpm --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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