From 551e8bccfc7378e25bc282c68059de5b91788e76 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:27:23 +0200 Subject: [PATCH] Update README.md Signed-off-by: leopardracer <136604165+leopardracer@users.noreply.github.com> --- testfuzz/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testfuzz/README.md b/testfuzz/README.md index 8f436d70117..2e5d050e248 100644 --- a/testfuzz/README.md +++ b/testfuzz/README.md @@ -6,7 +6,7 @@ BesuFuzz is where all the besu guided fuzzing tools live. Performs differential fuzzing between Ethereum clients based on the [txparse eofparse](https://github.com/holiman/txparse/blob/main/README.md#eof-parser-eofparse) -format. Note that only the inital `OK` and `err` values are used to determine if +format. Note that only the initial `OK` and `err` values are used to determine if there is a difference. ### Prototypical CLI Usage: @@ -26,4 +26,4 @@ BesuFuzz eof-container \ There are pre-written Gradle targets for `fuzzEthereumJS`, `fuzzEvmone`, `fuzzGeth`, `fuzzNethermind`, and `fuzzReth`. Besu is always a fuzzing target. -The `fuzzAll` target will fuzz all clients. \ No newline at end of file +The `fuzzAll` target will fuzz all clients.