@cryptotaxi247 / kubo / commits / c68bf20ea

Update experimental-features.md

Jeromy Johnson committed Oct 3, 2017 at 17:18 UTC c68bf20eaab16f2549950c73e890c90e77104cb8
1 file changed +2 -2
docs/experimental-features.md
+2 -2
@@ -190,12 +190,12 @@ First, to prevent your node from even trying to connect to the default bootstrap
190 ipfs bootstrap rm --all
191 ```
192
193 -then
193 +Then add your own bootstrap peers with:
194 ```bash
195 ipfs bootstrap add <multiaddr>
196 ```
197
198 -example:
198 +For example:
199 ```
200 ipfs bootstrap add /ip4/104.236.76.40/tcp/4001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64
201 ```