From bf44c0df41e7d51fb5336d532a6f913a6b3e9764 Mon Sep 17 00:00:00 2001 From: parketh Date: Wed, 16 Oct 2024 17:58:19 +0100 Subject: [PATCH] nit: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f3d88..24135c1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Note `NEXT_PUBLIC_L1_MULTICALL3_ADDRESS` is set in the next step. ### Installing `multicall3` -The `withdraw` call uses [`multicall3](https://github.com/mds1/multicall) to batch multiple methods in a single call. +The `withdraw` call uses [`multicall3`](https://github.com/mds1/multicall) to batch multiple methods in a single call. To deploy the contract, first install [Foundry](https://book.getfoundry.sh/cast/):