From 2544f8dff5f442435dd33602faa2b464addd10e3 Mon Sep 17 00:00:00 2001 From: Stuckinaboot Date: Sun, 21 Oct 2018 15:30:01 -0400 Subject: [PATCH] Update README --- peer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer/README.md b/peer/README.md index 7de18dcc..8a4ba3f8 100644 --- a/peer/README.md +++ b/peer/README.md @@ -1,3 +1,3 @@ # PeerStore -The PeerStore contains a mapping of peer IDs to PeerData objects. Each PeerData object represents a peer, and each PeerData contains a collection of protocols, addresses, and a mapping of metadata. PeerStore implements both the IPeerStore (peer protocols), IAddrBook (address book), IPeerMetadata (peer metadata) interfaces, which allows the peer store to effectively function as a dictionary for peer ID to protocol, address, and metadata. +The PeerStore contains a mapping of peer IDs to PeerData objects. Each PeerData object represents a peer, and each PeerData contains a collection of protocols, addresses, and a mapping of metadata. PeerStore implements the IPeerStore (peer protocols), IAddrBook (address book), and IPeerMetadata (peer metadata) interfaces, which allows the peer store to effectively function as a dictionary for peer ID to protocol, address, and metadata.