From 56960b1008e493ff56b2807da33d32f1cbaacf39 Mon Sep 17 00:00:00 2001
From: Dom Sip <dom@vercel.com>
Date: Wed, 23 Mar 2022 11:56:09 +0000
Subject: [PATCH] address PR feedback

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0f7f2aab9..ae7f4a4a9 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,13 @@ Demo live at: [demo.vercel.store](https://demo.vercel.store/)
 
 ## Run minimal version locally 
 
-> deafult local provider `@vercel/commerce-local` has disabled all features (cart, auth) and use static files for the backend
+> 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 dev
 ```
+> If you encounter any problems while installing and running for the first time, please see the Troubleshoot section 
 
 ## Features
 
@@ -101,7 +102,7 @@ Follow our docs for [Adding a new Commerce Provider](packages/commerce/new-provi
 
 If you succeeded building a provider, submit a PR with a valid demo and we'll review it asap.
 
-## Contribute / add new provider
+## Contribute
 
 Our commitment to Open Source can be found [here](https://vercel.com/oss).