diff --git a/README.md b/README.md index 1b0565447c..25e31e965d 100644 --- a/README.md +++ b/README.md @@ -149,11 +149,11 @@ class Node extends libp2p { config: { // The config object is the part of the config that can go into a file, config.json. peerDiscovery: { mdns: { // mdns options - interval: 1000 // ms + interval: 1000, // ms enabled: true }, webrtcStar: { // webrtc-star options - interval: 1000 // ms + interval: 1000, // ms enabled: false } // .. other discovery module options.