diff --git a/README.md b/README.md index 0bfb95faf4..29c9ad2df7 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Generate block traces and write them to json files in a new `traces/` directory. Each file corresponds to a transaction in the block and is named as such: `.json`. ```shell -cargo run -p revm --features std,serde,ethersdb --example generate_block_traces +cargo run -p revm --features std,serde-json,ethersdb --example generate_block_traces ``` # Used by: