From bcb52ae709129d445a141350fb3dfdd06d4d2000 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 29 Oct 2019 11:24:28 +0100 Subject: [PATCH] docs: add crypto to readme (#5) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0b7980..4f2119b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [Connection](./src/connection) - [Content Routing](./src/content-routing) +- [Crypto](./src/crypto) - [Peer Discovery](./src/peer-discovery) - [Peer Routing](./src/peer-routing) - [Stream Muxer](./src/stream-muxer)