From 28f3b47450e318b2909b42aa7c629802bac752b7 Mon Sep 17 00:00:00 2001 From: "lu.kevin@berkeley.edu" Date: Tue, 2 Oct 2018 00:20:46 -0700 Subject: [PATCH] Fix typo in Access Control section of GUIDE.md --- GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index de9c3bb..036e9cf 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -202,8 +202,8 @@ ipfs.on('ready', async () => { ], } - const db = await orbitdb.keyvalue('first-database', access) - console.log(db.address.toString()) + const db1 = await orbitdb.keyvalue('first-database', access) + console.log(db1.address.toString()) // /orbitdb/Qmdgwt7w4uBsw8LXduzCd18zfGXeTmBsiR8edQ1hSfzcJC/first-database // Second peer opens the database from the address