From e458427db44e1d62ccfb5eeff4e2c9cf51b4b8bb Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Thu, 21 Oct 2021 13:29:50 +0200 Subject: [PATCH] move to latest --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e70cc31..3ea1e01 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,12 @@ Make RPC calls over a [Kademlia](https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf) based DHT. ``` -npm install dht-rpc@next +npm install dht-rpc ``` -## NOTE: v5 Release Candidate +## NOTE: v5 -Note that this is the README for the v5 release candidate. -To see the v4 documentation/code go to https://github.com/mafintosh/dht-rpc/tree/v4 +Note that the latest release is v5. To see the v4 documentation/code go to https://github.com/mafintosh/dht-rpc/tree/v4 ## Key Features