From 581a031e8e37cdbc8a6484893f3cff467ceb8f31 Mon Sep 17 00:00:00 2001 From: Marek Kirejczyk Date: Fri, 31 May 2024 14:40:18 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anna Jabłonowska <62891747+aajj999@users.noreply.github.com> --- ethereum/circuits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/circuits/README.md b/ethereum/circuits/README.md index 7f1123b1..a5f5307a 100644 --- a/ethereum/circuits/README.md +++ b/ethereum/circuits/README.md @@ -4,7 +4,7 @@ Noir circuits for proving and verifying historical data on the Ethereum blockcha ## Main library content -The main library is available in [lib/](./lib) directory and consist of: +The main library is available in [lib/](./lib) directory and consists of: - Generation of proofs for: - [block headers](./get_header/README.md)