Skip to content

Commit 56779d4

Browse files
docs: fix capitalization, punctuation and npm build command in README
Signed-off-by: Sudhir Rathod <[email protected]>
1 parent 324b3fe commit 56779d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Please change the directory after cloning the repository using the `cd <folder-n
9292
9393
### ⬇️ Install Dependencies
9494

95-
Next, install the dependencies by running the following command in the `react-play` repo. we recommend using `yarn` but you can install using `npm` too
95+
Next, install the dependencies by running the following command in the `react-play` repo. We recommend using `yarn`, but you can install using `npm` too.
9696

9797
```bash
9898
yarn install
@@ -103,7 +103,7 @@ Or
103103
npm install
104104
```
105105

106-
if you don't have `yarn` installed on your PC, follow the steps below to install it..
106+
If you don't have `yarn` installed on your PC, follow the steps below to install it.
107107

108108
**Windows**
109109
1. open your command prompt as administrator.
@@ -191,7 +191,7 @@ yarn build
191191
```
192192
OR
193193
```
194-
npm build
194+
npm run build
195195
```
196196

197197
It builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

0 commit comments

Comments
 (0)