Skip to content

Commit

Permalink
fix: grammatical typos in README (reactplay#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
DalpatRathore committed Mar 19, 2023
1 parent 36abde6 commit 4526ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Once forked, you can clone the repo by clicking the `Clone or Download` button o

Please change the directory after cloning the repository using the `cd <folder-name>` command.

> **Note:** Please do not remove the `.env.development` file from the root folder. It contains all the evironment variables required for development.
> **Note:** Please do not remove the `.env.development` file from the root folder. It contains all the environment variables required for development.
### ⬇️ Install Dependencies

Next, install the dependencies by running the following command in the `react-play` repo. we recommand using `yarn` but you can install using `npm` too
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

```bash
yarn install
Expand Down Expand Up @@ -139,7 +139,7 @@ Use the following command to start the app in the development mode:
```bash
yarn start
```
or if you installed dependencies using ``npm`` use bellow command
or if you installed dependencies using ``npm`` use below command

```
npm start
Expand Down

0 comments on commit 4526ae0

Please sign in to comment.