Skip to content

Commit

Permalink
Update README.md (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 9, 2024
1 parent 3c3a76f commit d464ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d464ca0

Please sign in to comment.