From 7a2fbd4bde0f9d76ad3f0e29b878791036880955 Mon Sep 17 00:00:00 2001
From: omahs <73983677+omahs@users.noreply.github.com>
Date: Fri, 11 Nov 2022 09:58:42 +0100
Subject: [PATCH] Fix: minor typos
Fix: minor typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9058c9b4bea..4187fe3c48c 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,13 @@ The repo is configured for use with `git+ssh` (much more stable and faster).
Contains smart contract sources for various networks, grouped by the first two chars of the contract address.
Files are named in the format `
_`, e.g. `0f0c3fedb6226cd5a18826ce23bec92d18336a98_URToken.sol`
-Some contracts are listed in `contracts.json`, but the file-system may contain more files than what is listed in this summary. Rely on the folder/file structure for a full list.
+Some contracts are listed in `contracts.json`, but the file system may contain more files than what is listed in this summary. Rely on the folder/file structure for a full list.
This repo used to auto submit contracts to [4byte.directory](https://www.4byte.directory/).
##### 📂 <chain>/utils
-Support scripts for various activies like dumping smart contracts from public sources (etherscan.io, etherchain.com)
+Support scripts for various activities like dumping smart contracts from public sources (etherscan.io, etherchain.com)
**requires:** `pip install -r requirements.txt`