From 5944f6e7b639bd1f82a62f168db79a8e603e23a1 Mon Sep 17 00:00:00 2001 From: anonployed <164473726+anonployed@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:05:30 +0100 Subject: [PATCH] Update README.md Fixed typos in the documentation: - Changed "relating" to "related" for correct usage. - Corrected "build" to "built" for proper past tense. - Changed "than" to "then" for proper conditional usage. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6afe4a80..c5380748 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Besu Plugins relating to tracer and sequencer functionality +# Besu Plugins related to tracer and sequencer functionality A Linea tracing implementation for [Hyperledger Besu](https://github.com/hyperledger/besu) based on an [existing implementation in Go](https://github.com/Consensys/zk-evm/). @@ -38,7 +38,7 @@ Linux/MacOs Windows * Requirement [Docker Desktop WSL 2 backend on Windows](https://docs.docker.com/desktop/wsl/) -On release native libs are build for all the supported platforms, +On release native libs are built for all the supported platforms, if you want to test this process locally run `./gradlew -PreleaseNativeLibs jar`, jar is generated in `arithmetization/build/libs`. @@ -115,7 +115,7 @@ ______________________________________________________________________ NOTE > Please be aware if the reference test code generation tasks `blockchainReferenceTests` and -> `generalStateReferenceTests` do not generate any java code, than probably you are missing the Ethereum tests +> `generalStateReferenceTests` do not generate any java code, then probably you are missing the Ethereum tests" > submodule which you can clone via `git submodule update --init --recursive`. ______________________________________________________________________