Skip to content

Commit

Permalink
chore: remove reference to sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Sep 20, 2023
1 parent f77b774 commit a463294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/reqresp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function getReqResp(libp2p: Libp2p, logger: Logger): Promise<void> {

## 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

Expand Down

0 comments on commit a463294

Please sign in to comment.