Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anonployed authored Jun 12, 2024
1 parent 358b948 commit 5944f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.
______________________________________________________________________
Expand Down

0 comments on commit 5944f6e

Please sign in to comment.