From faf914e1f1f19aa4c302b6fd9601f5d32874d8aa Mon Sep 17 00:00:00 2001 From: Rootul P Date: Wed, 5 Jul 2023 05:00:50 -0400 Subject: [PATCH] docs: fix grammar (#63) Co-authored-by: Rootul P Co-authored-by: Hlib Kanunnikov --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c90b4fac..39fbdd2f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ There are 4 main components in the header package: 1. p2p.Subscriber listens for new Headers from the P2P network (via the HeaderSub) 2. p2p.Exchange request Headers from other nodes - 3. Syncer manages syncing of past and recent Headers from either the P2P - network + 3. Syncer manages syncing of historical and new Headers from the P2P network 4. Store manages storing Headers and making them available for access by other dependent services.