From 15e04039a3c2bf9c298bc6d41526677ba0fc987a Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 24 Aug 2020 12:06:36 -0400 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4856705..c50437e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-p2p-simple -Peer to peer JSON Pub/Sub with no extremal dependencies. Each peer can act as +Mesh peer to peer JSON Pub/Sub with no extremal dependencies. Each peer can act as server and client, just a client or a simple relay peer. Topics can be subscribed to using a simple string or regex pattern.