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