update REAMDE

This commit is contained in:
vyzo 2020-03-31 12:40:51 +03:00
parent 8f3471cdfd
commit bcff5f20a6

View File

@ -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
```