From f27fbc2f3103cbb67051630ca84708983f7f1764 Mon Sep 17 00:00:00 2001
From: Gaurav singh <75662029+gaurav19790@users.noreply.github.com>
Date: Sat, 20 May 2023 14:15:27 +0530
Subject: [PATCH] Update README.md
so many time user are not able to run yarn install or yarn start that why I added npx to yarn which help to run project smoothly
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 91283e853e4..b167cecd753 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ If you have questions or need help, please ask in [GitHub Discussions](https://g
```sh
npx create-react-app my-app
cd my-app
-npm start
+npm start or npm run start
```
If you've previously installed `create-react-app` globally via `npm install -g create-react-app`, we recommend you uninstall the package using `npm uninstall -g create-react-app` or `yarn global remove create-react-app` to ensure that npx always uses the latest version.
@@ -62,7 +62,7 @@ _`npm init
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
@@ -112,14 +112,14 @@ You will see the build errors and lint warnings in the console.