From 5bb471f3250a186baec858b65f62463d803d84df Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Thu, 20 Feb 2025 02:58:07 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df4a122..a30278e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Read full documentation of Ethers for detailed information at [HexDocs](https:// |> Ethers.call() ``` -See `Ethersm.Multicall` if you want to perform multiple calls in a single +See `Ethers.Multicall` if you want to perform multiple calls in a single eth_call request. ### Writing to Contracts