From 04e93d3f084c29922eee3dca89ff02bcec50c446 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 25 Nov 2020 18:57:25 +0100 Subject: [PATCH] chore: add pubsub interface to readme (#72) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d4e5b4..4fa004b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Crypto](./src/crypto) - [Peer Discovery](./src/peer-discovery) - [Peer Routing](./src/peer-routing) +- [Pubsub](./src/pubsub) - [Record](./src/record) - [Stream Muxer](./src/stream-muxer) - [Topology](./src/topology) @@ -30,6 +31,7 @@ For posterity, here are links to the original repositories for each of the inter - [Content Routing](https://github.com/libp2p/interface-content-routing) - [Peer Discovery](https://github.com/libp2p/interface-peer-discovery) - [Peer Routing](https://github.com/libp2p/interface-peer-routing) +- [Pubsub](https://github.com/libp2p/js-libp2p-pubsub) - [Stream Muxer](https://github.com/libp2p/interface-stream-muxer) - [Transport](https://github.com/libp2p/interface-transport)