mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Fix typo in Access Control section of GUIDE.md
This commit is contained in:
parent
a4c1027416
commit
28f3b47450
4
GUIDE.md
4
GUIDE.md
@ -202,8 +202,8 @@ ipfs.on('ready', async () => {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
const db = await orbitdb.keyvalue('first-database', access)
|
const db1 = await orbitdb.keyvalue('first-database', access)
|
||||||
console.log(db.address.toString())
|
console.log(db1.address.toString())
|
||||||
// /orbitdb/Qmdgwt7w4uBsw8LXduzCd18zfGXeTmBsiR8edQ1hSfzcJC/first-database
|
// /orbitdb/Qmdgwt7w4uBsw8LXduzCd18zfGXeTmBsiR8edQ1hSfzcJC/first-database
|
||||||
|
|
||||||
// Second peer opens the database from the address
|
// Second peer opens the database from the address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user