From 1f23d4c52d1e1bea14ae6f9118034dbae0909217 Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 11 Mar 2024 23:51:46 +0800 Subject: [PATCH] Fix typo in readme --- 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: