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

Commit

Permalink
docs: readme - fix port number (#1241)
Browse files Browse the repository at this point in the history
small critical typo : )
  • Loading branch information
kumavis authored and daviddias committed Mar 1, 2018
1 parent 965884f commit 4b1d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -404,7 +404,7 @@ const node = new IPFS({
Swarm: [
"/ip4/0.0.0.0/tcp/4002",
"/ip4/127.0.0.1/tcp/4003/ws",
"/dns4/wrtc-star.discovery.libp2p.io/tcp/433/wss/p2p-webrtc-star"
"/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star"
]
}
},
Expand Down

0 comments on commit 4b1d471

Please sign in to comment.