From 900f6a732fa7a219f496d1e9c04d4d97ce4b3d59 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 21 Sep 2023 05:19:29 -0400 Subject: [PATCH] chore: remove reference to sharding (#5975) --- packages/api/README.md | 2 +- packages/reqresp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api/README.md b/packages/api/README.md index 162ce6bfbdc1..79658fda65f7 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -40,7 +40,7 @@ api.beacon ## What you need -You will need to go over the [specification](https://github.com/ethereum/beacon-apis). You will also need to have a [basic understanding of sharding](https://eth.wiki/sharding/Sharding-FAQs). +You will need to go over the [specification](https://github.com/ethereum/beacon-apis). ## Getting started diff --git a/packages/reqresp/README.md b/packages/reqresp/README.md index 993cbad5b379..b384c2c178a2 100644 --- a/packages/reqresp/README.md +++ b/packages/reqresp/README.md @@ -48,7 +48,7 @@ async function getReqResp(libp2p: Libp2p, logger: Logger): Promise { ## What you need -You will need to go over the [specification](https://github.com/ethereum/beacon-apis). You will also need to have a [basic understanding of sharding](https://eth.wiki/sharding/Sharding-FAQs). +You will need to go over the [specification](https://github.com/ethereum/beacon-apis). ## Getting started