From 60d0e5e84170a4aef3ab1dc6cb244845b513992d Mon Sep 17 00:00:00 2001 From: engelrolling Date: Sat, 18 Nov 2023 10:29:33 +0200 Subject: [PATCH] fix(readme): fix typo in #dev section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a25b263..10861eae 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you are looking for a solution with Nuxt 2, checkout https://github.com/supab 1. Clone this repository 2. Install dependencies using `yarn install` or `npm install` 3. Prepare development server using `yarn dev:prepare` or `npm run dev:prepare` -4. Build module using `yarn build` or `npm build` +4. Build module using `yarn build` or `npm run build` 5. Launch playground using `yarn dev` or `npm run dev` ## License