diff --git a/README.md b/README.md index 0138c83..3aa68d3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ In terminal window B cd . .venv/bin/activate export DATABASE_ENGINE=sqlite -export RPC_HTTP_PROVIDER= +export RPC_PROVIDER= export CHAIN_SPEC= chaind-eth-server --session-id testsession ``` @@ -88,7 +88,7 @@ In terminal window C cd . .venv/bin/activate export DATABASE_ENGINE=sqlite -export RPC_HTTP_PROVIDER= +export RPC_PROVIDER= export CHAIN_SPEC= chaind-eth-syncer ```