diff --git a/README.md b/README.md index 1519c54..b133aa4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ To demonstrate the example application, you can open multiple terminals. In each node dist/example-app.js + export RHIZOME_REQUEST_BIND_PORT=4002 export RHIZOME_PUBLISH_BIND_PORT=4003 export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4004' @@ -38,6 +39,7 @@ To demonstrate the example application, you can open multiple terminals. In each node dist/example-app.js + export RHIZOME_REQUEST_BIND_PORT=4004 export RHIZOME_PUBLISH_BIND_PORT=4005 export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002'