From ae174ee7b3067deb6b5bceefe2f04b5fc4f0b6a9 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Thu, 4 Jul 2024 00:04:11 -0700 Subject: [PATCH] fix: typo in main readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2b06a68..7ae4725f1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Polygon Miden is currently on release v0.4. This is an early version of the prot - **Local transactions**. Users can execute and prove transactions locally on their devices. The Miden Operator verifies the proofs and if the proofs are valid, updates the state of the rollup accordingly. - **Standard account**. Users can create accounts using a small number of standard account interfaces (e.g., basic wallet). In the future, the set of standard smart contracts will be expanded. - **Standard notes**. Can create notes using standardized note scripts such as Pay-to-ID (`P2ID`) and atomic swap (`SWAP`). In the future, the set of standardized notes will be expanded. -- **Delegated note inclusion proofs**. By delegating note inclusion proofs, users can create chains of dependent notes which are would be included into a block as a single batch. +- **Delegated note inclusion proofs**. By delegating note inclusion proofs, users can create chains of dependent notes which are included into a block as a single batch. ### Planned features