(faq): fixed small error

This commit is contained in:
0xflotus 2020-05-25 04:05:35 +02:00 committed by GitHub
parent 842821f889
commit 8acfacd516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
FAQ.md
View File

@ -79,7 +79,7 @@ To allow specific keys to write to the database, pass the keys as strings like s
`orbitdb.feed('name', { accessController: { write ['key1', 'key2'] }}) // keys cannot be revoked`
Allows anyone to write to the db. If you specify keys, the process involves granting and revoking keys. Granting is doable, but revokation is a harder and is being worked on by multiple parties, without a solution.
Allows anyone to write to the db. If you specify keys, the process involves granting and revoking keys. Granting is doable, but revocation is a harder and is being worked on by multiple parties, without a solution.
If you want to encrypt the keys or content, it's easier with a single user. If you want to use encryption with multiwriters, that's another bag which also hasn't been solved.