README formatting

This commit is contained in:
Ladd 2024-12-22 17:32:19 -06:00
parent f258883905
commit cfd3b5d205

View File

@ -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'