Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e5aa237

Browse files
committed
docs: do not need to pass flag to enable pubsub any more
1 parent 407837c commit e5aa237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/browser-pubsub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jsipfs init
6464
# Configure CORS to allow ipfs-http-client to access this IPFS node
6565
jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:8888"]'
6666
# Start the IPFS node, enabling pubsub
67-
jsipfs daemon --enable-pubsub-experiment
67+
jsipfs daemon
6868
```
6969

7070
### Install and start the Go IPFS node
@@ -78,7 +78,7 @@ ipfs init
7878
# Configure CORS to allow ipfs-http-client to access this IPFS node
7979
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:8888"]'
8080
# Start the IPFS node, enabling pubsub
81-
ipfs daemon --enable-pubsub-experiment
81+
ipfs daemon
8282
```
8383

8484
## 3. Open two browsers and connect to each node

0 commit comments

Comments
 (0)