From 9478e9950c5aa34872b7a681a9b60d8c9576a1dc Mon Sep 17 00:00:00 2001
From: Aryan Malik <aryanhunny98@gmail.com>
Date: Thu, 14 Dec 2023 22:52:59 +0530
Subject: [PATCH] Update README.md: fixed errors (#1046)

Update README.md
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d7eb1fad..801cf77c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 [gha]: https://github.com/hypercerts-org/hypercerts/actions/workflows/ci-default.yml
 [gha-badge]: https://github.com/hypercerts-org/hypercerts/actions/workflows/ci-default.yml/badge.svg
 
-Hypercerts are a tool to build scalable retrospective reward systems for impact.
+Hypercerts is a tool to build scalable retrospective reward systems for impact.
 For more details, check out our [website](https://hypercerts.org/).
 
 ## Organization
@@ -51,7 +51,7 @@ Take a look at `./frontend/.env.local.example` for the complete list.
 - You can either set these yourself (e.g. in CI/CD)
 - or copy the file to `.env.local` and populate it.
 
-Then the do a turbo build of all apps, run the following:
+Then do a turbo build of all apps, run the following:
 
 ```bash
 yarn install
@@ -81,7 +81,7 @@ have docker and docker compose installed.
 
 ### Setup environment variables
 
-You will then need to create a `.env.local` file in the root of the repository with at the following environment variables:
+You will then need to create a `.env.local` file in the root of the repository with the following environment variables:
 
 ```
 # Required
@@ -103,7 +103,7 @@ Once you have your environment configured you can run the infrastructure like so
 yarn dev:serve-e2e
 ```
 
-Once everything is the dapp will be served from http://127.0.0.1:3000. You will
+Once everything is done, the dapp will be served from http://127.0.0.1:3000. You will
 need to point your metamask to the localchain at 127.0.0.1:8545 with ChainID 31337.
 
 ## Playbooks