From 659d0bd145ed7bf32d5c3e4e88f9849a17480e4f Mon Sep 17 00:00:00 2001 From: M Alghazwi Date: Mon, 23 Jun 2025 15:46:40 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bcd87d..ccc24de 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Proof Aggregation This repository contains all work related to the Codex storage proof system which supports proof aggregation (currently only local proof aggregation). ## Quick Usage -see [`codex-storage-proofs-circuits`](./codex-storage-proofs-circuits) to look at the circuits. +see [`codex-storage-proofs-circuits`](./codex-plonky2-circuits) to look at the circuits. see [`proof-input`](./proof-input) to test the circuits.