From 098e921c4e2c9a63c854ee5bd1f23fad24b826e9 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:36:16 +1100 Subject: [PATCH] Fix minor language issues and improve phrasing in the README - Replaced "confidence on" with "confidence in" for better clarity. - Minor phrasing improvements for readability and consistency. - Fixed missing capitalization and punctuation in certain sections. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05112e5f..fd663d7c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains the execution of the EF standard execution layer tests. The Ethereum Foundation provides a suite of [official tests](https://github.com/ethereum/tests) to verify the compliance of -EVM clients. Passing all these tests qualifies allows a client to gain -confidence on his execution layer. For further information, please refer to the +EVM clients. Passing all these tests allows a client to gain +confidence on their execution layer. For further information, please refer to the [official documentation](https://ethereum-tests.readthedocs.io/en/latest/). Kakarot is an EVM running within CairoVM, coupled with a @@ -36,7 +36,7 @@ instructions: ## Test execution -To run the whole test suite, execute `make ef-test` To run a specific test or +To run the whole test suite, execute `make ef-test` to run a specific test or list of tests, execute `cargo test regular_expression` where regular_expression allows you to filter on the specific tests you want to run.