From 870dd20e83390b1650e1299df47966738752b51e Mon Sep 17 00:00:00 2001 From: onionjake Date: Tue, 26 Dec 2017 00:12:29 -0700 Subject: [PATCH] Minor edit to GUIDE.md --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index a5edd1c..8dad7bd 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -149,7 +149,7 @@ console.log(db.key.getPublic('hex')) The key can also be accessed from the OrbitDB instance: `orbitdb.key.getPublic('hex')`. -If you want to give access to other peers to write to a database, you need to get their the public key in hex and add it to the access controller upon creating the database. If you want others to give you the access to write, you'll need to give them your public key (output of `orbitdb.key.getPublic('hex')`). For more information, see: [Access Control](https://github.com/orbitdb/orbit-db/blob/master/GUIDE.md#access-control). +If you want to give access to other peers to write to a database, you need to get their public key in hex and add it to the access controller upon creating the database. If you want others to give you the access to write, you'll need to give them your public key (output of `orbitdb.key.getPublic('hex')`). For more information, see: [Access Control](https://github.com/orbitdb/orbit-db/blob/master/GUIDE.md#access-control). ### Access Control