From 8bd8ca022f8054f27d3e5136092d91c2a9e342d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Thu, 15 Jun 2017 12:25:54 +0200 Subject: [PATCH] Add missing comma to example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b25c9a67..39176a700c 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ const node = new IPFS({ EXPERIMENTAL: { // enable experimental features pubsub: true, sharding: true, // enable dir sharding - wrtcLinuxWindows: true // use unstable wrtc module on Linux or Windows with Node.js, + wrtcLinuxWindows: true, // use unstable wrtc module on Linux or Windows with Node.js, dht: true // enable KadDHT, currently not interopable with go-ipfs }, config: { // overload the default config