4
0
forked from crowetic/commerce

docs: README.md spelling fix (#747)

This commit is contained in:
pfcodes 2022-05-04 08:29:27 -07:00 committed by GitHub
parent 4bb8fcb06d
commit cf8ff6ccf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Demo live at: [demo.vercel.store](https://demo.vercel.store/)
> To run a minimal version of Next.js Commerce you can start with the default local provider `@vercel/commerce-local` that has disabled all features (cart, auth) and use static files for the backend
```bash
yarn # run this comman in root folder of the mono repo
yarn # run this command in root folder of the mono repo
yarn dev
```