README formatting

This commit is contained in:
Ladd Hoffman 2024-12-22 17:32:19 -06:00
parent f258883905
commit cfd3b5d205
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ To demonstrate the example application, you can open multiple terminals. In each
node dist/example-app.js node dist/example-app.js
export RHIZOME_REQUEST_BIND_PORT=4002 export RHIZOME_REQUEST_BIND_PORT=4002
export RHIZOME_PUBLISH_BIND_PORT=4003 export RHIZOME_PUBLISH_BIND_PORT=4003
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4004' 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 node dist/example-app.js
export RHIZOME_REQUEST_BIND_PORT=4004 export RHIZOME_REQUEST_BIND_PORT=4004
export RHIZOME_PUBLISH_BIND_PORT=4005 export RHIZOME_PUBLISH_BIND_PORT=4005
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002' export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002'