From c30e096dfea433a6dce25f96bb996ae14d6849de Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 12 Mar 2024 05:39:28 +0800 Subject: [PATCH] Fix typo in readme (#1185) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: