Merge pull request #455 from 0xflotus/patch-1

fixed specified
This commit is contained in:
Haad 2018-09-17 07:39:47 +02:00 committed by GitHub
commit 5e3d0c5e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ const OrbitDB = require('orbit-db')
// OrbitDB uses Pubsub which is an experimental feature
// and need to be turned on manually.
// Note that these options need to be passed to IPFS in
// all examples even if not specfied so.
// all examples even if not specified so.
const ipfsOptions = {
EXPERIMENTAL: {
pubsub: true