We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480ec1 commit 6a16dddCopy full SHA for 6a16ddd
reth/README.md
@@ -17,11 +17,11 @@ The node determines its mode based on the presence of the `RETH_FB_WEBSOCKET_URL
17
18
## Running the Node
19
20
-The node follows the standard `docker-compose` workflow in the master README.
+The node follows the standard `docker compose` workflow in the master README.
21
22
```bash
23
# To run Reth node with Flashblocks support, set RETH_FB_WEBSOCKET_URL in your .env file
24
-CLIENT=reth docker-compose up
+CLIENT=reth docker compose up
25
```
26
27
## Testing Flashblocks RPC Methods
0 commit comments