From e36d93b0eb396c3c98614d46926ca43b55c53aa5 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:50:55 +0100 Subject: [PATCH] fix: typos in documentation files (#22) Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120e1b5..393f970 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides a step-by-step walkthrough for builders interested in t ### Chapter 1 - [Simple Example for EIP-7702](./chapter1/simple-7702/): Showcases how EIP-7702 transactions work - [Delegate an account to a p256 key](./chapter1/delegate-p256/): Describes how EIP-7702+EIP-7212 provide the ability to sign a message with a P256 key -- [BLS Multisig](./chapter1/bls-multisig/): In-depth walk-through of how to implement a Multisig based on BLS signatures verified through precompiles from EIP-2537 +- [BLS Multisig](./chapter1/bls-multisig/): In-depth walkthrough of how to implement a Multisig based on BLS signatures verified through precompiles from EIP-2537 - [EOF](./chapter1/eof/): Instructions on how to deploy and inspect contracts in the new EOF format - [ERC20 Fee](./chapter1/erc20-fee/): Describes how EIP-7702 provides the ability to pay ERC20 as gas fee to the gas sponsor.