diff --git a/README.md b/README.md index 57a8b4d..1327e5d 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ When running validators or non-validators, you can use the following flags. The - `--write-hip3-oracle-updates`: Writes every HIP-3 deployer oracle update action to `~/hl/data/hip3_oracle_updates/hourly/{date}/{hour}`. - `--write-misc-events`: Writes miscellaneous event data to `~/hl/data/misc_events/hourly/{date}/{hour}`. See [docs](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/nodes/reading-l1-data#miscellaneous-events) for more details. - `--batch-by-block`: Writes the above files with one block per line instead of one event per line. The batched data schema is `{local_time, block_time, block_number, events}`, where `events` is a list. -- `--stream-with-block-info`: Writes evemts as they are processed instead of once per block, but uses the same data schema as `--batch-by-block` to include block metadata. +- `--stream-with-block-info`: Writes events as they are processed instead of once per block, but uses the same data schema as `--batch-by-block` to include block metadata. - `--replica-cmds-style`: Configures what is written to `~/hl/data/replica_cmds/{start_time}/{date}/{height}`. Options: - `actions` (default) – only actions