Skip to content

Commit

Permalink
docs: update options
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 5, 2018
1 parent bb9d767 commit 920e8a2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Node extends libp2p {
modules: {
transport: [
TCP,
WS
new WS() // It can instances too!
],
streamMuxer: [
SPDY
Expand Down Expand Up @@ -169,13 +169,12 @@ class Node extends libp2p {
}
}
}
// Enable/Disable Experimental features
EXPERIMENTAL: { // Experimental features ("behind a flag")
pubsub: true,
dht: true
}
},

// Enable/Disable Experimental features
EXPERIMENTAL: { // Experimental features ("behind a flag")
pubsub: true,
dht: true
}
}

// overload any defaults of your bundle using https://lodash.com/docs/4.17.5#defaultsDeep
Expand Down

0 comments on commit 920e8a2

Please sign in to comment.