From fb38c516254031ea5234e41bd0a09ff87688cf69 Mon Sep 17 00:00:00 2001 From: haad Date: Wed, 30 Aug 2023 16:06:46 +0300 Subject: [PATCH] Fix orbitdb package name in API docs --- docs/jsdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index b5e22f1..028cb5e 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -4,7 +4,7 @@ as its data storage and Libp2p Pubsub to automatically sync databases with peers To install OrbitDB: ```bash -npm install orbit-db +npm install @orbitdb/core@next ``` IPFS is also required: