From a416469912c61f8ff541dc423eb81a82ffac755d Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 16 Sep 2018 23:04:56 +0200 Subject: [PATCH] fixed specified --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9714ef9..678b2e7 100644 --- a/README.md +++ b/README.md @@ -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