refactor(hermes): fix README run command

This commit is contained in:
Reisen 2024-04-15 14:20:50 +01:00
parent 933e61dcb8
commit 70c2c8ec4b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ To set up and run a Hermes node, follow the steps below:
5. **Run the node**: To run Hermes for Pythnet, use the following command:
```bash
cargo build --release run -- \
cargo run --release -- run \
--pythnet-http-addr https://pythnet-rpc/ \
--pythnet-ws-addr wss://pythnet-rpc/ \
--wormhole-spy-rpc-addr https://wormhole-spy-rpc/