From bcff5f20a6ef08d7a65e2832d18be7d7ab307676 Mon Sep 17 00:00:00 2001 From: vyzo Date: Tue, 31 Mar 2020 12:40:51 +0300 Subject: [PATCH] update REAMDE --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f902da..d49e0ca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repo contains the canonical pubsub implementation for libp2p. We currently [@vyzo](https://github.com/vyzo/) -> This repo follows the [Repo Lead Maintainer Protocol](https://github.com/ipfs/team-mgmt/blob/master/LEAD_MAINTAINER_PROTOCOL.md) +> This repo follows the [Repo Lead Maintainer Protocol](https://github.com/ipfs/team-mgmt/blob/master/LEAD_MAINTAINER_PROTOCOL.md) ## Table of Contents @@ -88,10 +88,12 @@ See the [libp2p specs](https://github.com/libp2p/specs/tree/master/pubsub) for h ├── validation.go # Floodsub router ├── floodsub.go -# Randomsub router +# Randomsub router ├── randomsub.go -# Gossipsub router +# Gossipsub router ├── gossipsub.go +├── score.go +├── score_params.go └── mcache.go ```