Merge pull request #472 from KevinLiLu/master

Fix typo in Access Control section of GUIDE.md
This commit is contained in:
Richard Littauer 2018-10-02 09:21:40 -04:00 committed by GitHub
commit a4235f34f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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