From 8bdf27e1883842d98e71dabadeaf9ada75fbffff Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:44:46 +0200 Subject: [PATCH] Update README.md (#3199) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94995d5dd..c3111ad8d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The current setup procedure is as follows: #### Nim Runtime This repository is bundled with a Nim runtime that includes the necessary dependencies for the project. -Before you can utilise the runtime you'll need to build the project, as detailed in a previous section. +Before you can utilize the runtime you'll need to build the project, as detailed in a previous section. This will generate a `vendor` directory containing various dependencies, including the `nimbus-build-system` which has the bundled nim runtime. After successfully building the project, you may bring the bundled runtime into scope by running: @@ -82,7 +82,7 @@ make test ### Building single test files -During development it is handful to build and run a single test file. +During development it is helpful to build and run a single test file. To support this make has a specific target: targets: