Commit 0c955288 authored by Akaonetwo's avatar Akaonetwo Committed by GitHub

Fix typos in README.md

Fixed a typo and recommend a change for better clarity:

1-Original: file which contains details of the L2 environment to bring up (including the
Suggested: file that contains details of the L2 environment to bring up (including the (I changed "which" to "that" for better flow)

2-Original: is included to help document an demonstrate the usage of the
Suggested: is included to help document and demonstrate the usage of the (I fixed a small typo, change "an" to "and")
parent c2c69cbd
...@@ -29,7 +29,7 @@ the binary to be rebuilt before executing the tests. ...@@ -29,7 +29,7 @@ the binary to be rebuilt before executing the tests.
## Arguments ## Arguments
*--config <path>* The config path is a required argument, it points to a JSON *--config <path>* The config path is a required argument, it points to a JSON
file which contains details of the L2 environment to bring up (including the file that contains details of the L2 environment to bring up (including the
`genesis.json` path, the chain ID, the JWT path, and a ready file path). See `genesis.json` path, the chain ID, the JWT path, and a ready file path). See
the data structures in `op-e2e/external/config.go` for more details. the data structures in `op-e2e/external/config.go` for more details.
...@@ -53,7 +53,7 @@ details. ...@@ -53,7 +53,7 @@ details.
## Generalization ## Generalization
This shim is included to help document an demonstrate the usage of the This shim is included to help document and demonstrate the usage of the
external ethereum process e2e test execution. It is configured to execute in external ethereum process e2e test execution. It is configured to execute in
CI to help ensure that the tests remain compatible with external clients. CI to help ensure that the tests remain compatible with external clients.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment