Consistent package naming for standalone and replicating db guide

This commit is contained in:
jzakotnik 2024-09-27 16:29:06 +02:00
parent af55f118fe
commit cfd0bc1b41

View File

@ -195,7 +195,7 @@ To create an OrbitDB database peer, create a new project called `orbitdb-peer`:
mkdir orbitdb-peer mkdir orbitdb-peer
cd orbitdb-peer cd orbitdb-peer
npm init 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: Create a new file called index.js and paste in the following code: