Small typo (#3112)

This commit is contained in:
Tim Beiko
2023-06-12 10:54:31 -07:00
committed by GitHub
parent 7ec4b0a5cf
commit 63db481c2a

View File

@ -80,7 +80,7 @@ We intend to also audit / fuzz the EVM & parts of the codebase. Please reach out
Here are some useful sections to jump to:
- Install Reth by following the [guide](./installation/installation.md).
- Sync your node on any [official network](./run/run_a_node.md).
- Sync your node on any [official network](./run/run-a-node.md).
- View [statistics and metrics](./run/observability.md) about your node.
- Query the [JSON-RPC](./api/api.md) using Foundry's `cast` or `curl`.
- Set up your [development environment and contribute](./contribute.md)!