From c6818c35b4e741545b148aad063a8746855eecc9 Mon Sep 17 00:00:00 2001 From: MidSage0614 Date: Wed, 1 Oct 2025 13:25:44 +0800 Subject: [PATCH] docs: Fix binary name in README --- crates/flashblocks-rpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flashblocks-rpc/README.md b/crates/flashblocks-rpc/README.md index f7e1d36..6b8061b 100644 --- a/crates/flashblocks-rpc/README.md +++ b/crates/flashblocks-rpc/README.md @@ -3,7 +3,7 @@ To include integration tests when testing, run: ```bash # Must be run in the root of the repo -# Build the op-rbuilder binary +# Build the base-reth-node binary cargo build --bin base-reth-node # Must be run in the crate