Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Mar 25, 2024
1 parent 6c66452 commit e030a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ethereum-consensus

A library for interacting with ethereum consensus objects.
A library for interacting with ethereum consensus data.

# 🚧 WARNING 🚧

Expand All @@ -27,7 +27,7 @@ The generic types are exposed but most users will want to access each fork's log
[Examples](#examples) for further details.

An important thing to note is that the `state_transition` module of each fork (after the `phase0` fork) is generated
by a code-generation utility in this crate called `gen-spec`. This utility specializes each fork based on the prior
by a code-generation utility in the `spec-gen` crate. This utility specializes each fork based on the prior
Rust module as an input. See the README for that binary to learn further details about operating this utility. The
generated files are checked in so you should not need to use this binary under
most circumstances.
Expand Down

0 comments on commit e030a53

Please sign in to comment.