From db348e198dfbcd11bc30fe741e0bd78356dd9150 Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 30 Oct 2023 13:17:51 -0400 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 135cc180..b479b650 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The current implementation of this contract is the [BLSSignatureChecker](./docs/ More detailed functional docs have been written on the AVS architecture implemented in the middleware contracts. The recommended order for reading the other docs in this folder is 1. [BLSRegistryCoordinatorWithIndices](./docs/BLSRegistryCoordinatorWithIndices.md) -2. [BLSPublicKeyCompendium](./docs/BLSPublicKeyCompendium.md) and [BLSPublicKeyRegistry](./docs/middleware/BLSPubkeyRegistry.md) +2. [BLSPublicKeyCompendium](./docs/BLSPublicKeyCompendium.md) and [BLSPublicKeyRegistry](./docs/BLSPubkeyRegistry.md) 3. [StakeRegistry](./docs/StakeRegistry.md) 4. [IndexRegistry](./docs/IndexRegistry.md) 5. [BLSOperatorStateRetriever](./docs/BLSOperatorStateRetriever.md)