From cfd0bc1b4154a08eb6d1541a6034eef8eeb5bb80 Mon Sep 17 00:00:00 2001 From: jzakotnik Date: Fri, 27 Sep 2024 16:29:06 +0200 Subject: [PATCH] Consistent package naming for standalone and replicating db guide --- docs/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index dc52c50..ed7bcd4 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -195,7 +195,7 @@ To create an OrbitDB database peer, create a new project called `orbitdb-peer`: mkdir orbitdb-peer cd orbitdb-peer npm init -npm i helia orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub +npm i helia @orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub ``` Create a new file called index.js and paste in the following code: