From d9281aa1f8be30254f4d375d73f73a3d66965a70 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Nov 2022 00:18:38 +0100 Subject: [PATCH] Fix: minor typo (#1794) Fix: minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7171cf9c..a13e15e0 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ issues itself: `cargo +nightly clippy --fix -Z unstable-options` ## Related Projects -This library would not have been possibly without the great work done in: +This library would not have been possible without the great work done in: - [`ethers.js`](https://github.com/ethers-io/ethers.js/) - [`rust-web3`](https://github.com/tomusdrw/rust-web3/)