Skip to content

Commit

Permalink
fix(readme): fix typo in #dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
relisora committed Nov 18, 2023
1 parent 40258f1 commit 60d0e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d0e5e

Please sign in to comment.