From 967a754872f331aad562e8c65dd85bc6a70bcfca Mon Sep 17 00:00:00 2001 From: Jason Nathan Date: Fri, 5 Jul 2024 09:07:35 +0800 Subject: [PATCH] Update GETTING_STARTED.md Tiny typo in readme --- docs/GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 4910712..9e3c45b 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -104,7 +104,7 @@ Assuming you have a Node.js development environment installed, create a new proj mkdir orbitdb-app cd orbitdb-app npm init -npm i helia orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub +npm i helia @orbitdb/core blockstore-level @chainsafe/libp2p-gossipsub ``` Create a file in your project called index.js and add the following code to it: @@ -295,4 +295,4 @@ These kinds of connectivity configurations are beyond the scope of OrbitDB. To f [Databases](./DATABASES.md) covers database management and data entry in more detail. -[Replication](./REPLICATION.md) provides a comprehensive overview of how to perform data replication across multiple peers. \ No newline at end of file +[Replication](./REPLICATION.md) provides a comprehensive overview of how to perform data replication across multiple peers.