Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: grammatical typos in README #1029

Merged
merged 2 commits into from
Mar 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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