From 0120183966d127d87a40b6ba0e519bc4626d9a72 Mon Sep 17 00:00:00 2001
From: omahs <73983677+omahs@users.noreply.github.com>
Date: Sat, 15 Jul 2023 21:11:42 +0200
Subject: [PATCH] Fix: typos
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 396537a..b5d4ea9 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ yarn test
Next is the list of npm scripts you can execute.
-Some of them relies on [./scripts.js](./scripts.js) to allow parameterizing it via command line argument (have a look inside if you need modifications).
+Some of them rely on [./scripts.js](./scripts.js) to allow parameterizing it via command line argument (have a look inside if you need modifications).
### `yarn prepare`
@@ -26,7 +26,7 @@ As a standard lifecycle npm script, it is executed automatically upon install. I
### `yarn lint`, `yarn lint:fix`, `yarn format` and `yarn format:fix`
-These commands will lint and format your code. The `:fix` version will modifiy the files to match the requirement specified in `.eslintrc` and `.prettierrc`.
+These commands will lint and format your code. The `:fix` version will modify the files to match the requirement specified in `.eslintrc` and `.prettierrc`.
### `yarn compile`
@@ -61,7 +61,7 @@ These will run a local hardhat network on `localhost:8545` and deploy your contr
### `yarn local:dev`
-This assumes a local node it running on `localhost:8545`. It will deploy your contracts on it. Plus it will watch for any changes and redeploy them.
+This assumes a local node is running on `localhost:8545`. It will deploy your contracts on it. Plus it will watch for any changes and redeploy them.
### `yarn exec [args...]`
@@ -133,7 +133,7 @@ yarn
yarn run exec rinkeby scripts/deployDummyERC20
```
-### Add erc20 addresss to `hardhat.config.ts` file for pIQ and deploy other contracts:
+### Add erc20 address to `hardhat.config.ts` file for pIQ and deploy other contracts:
```bash
yarn deploy rinkeby