Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #880 from ipfs/missing-comma
Browse files Browse the repository at this point in the history
Add missing comma to example
  • Loading branch information
victorb authored Jun 16, 2017
2 parents e7560f0 + 8bd8ca0 commit d00bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d00bf05

Please sign in to comment.