From e030a53269ccaa2af93bce9247b85db36acbbc4e Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Mon, 25 Mar 2024 16:08:31 -0600 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d57ceb22b..fcfc08346 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ethereum-consensus -A library for interacting with ethereum consensus objects. +A library for interacting with ethereum consensus data. # 🚧 WARNING 🚧 @@ -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.