Skip to content

Commit

Permalink
Fix typo in readme (bluealloy#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode authored Mar 11, 2024
1 parent 3e9aff3 commit c30e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<tx index>.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:
Expand Down

0 comments on commit c30e096

Please sign in to comment.