From cf8ff6ccf2dc998609c058cffac262b20c48768c Mon Sep 17 00:00:00 2001 From: pfcodes Date: Wed, 4 May 2022 08:29:27 -0700 Subject: [PATCH] docs: README.md spelling fix (#747) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0700030..10502012a 100644 --- a/README.md +++ b/README.md @@ -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 ```