Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Apr 16, 2024
1 parent c535ced commit 1e07510
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 @@ -317,15 +317,15 @@ Assemblies are provided targeting the following:

## Building and testing

To build Ookii.CommandLine, make sure you have the following installed:
To build Ookii.BinarySize, make sure you have the following installed:

- [Microsoft .Net 8.0 SDK](https://dotnet.microsoft.com/download) or later

To build the library, tests and samples, simply use the `dotnet build` command in the `src`
directory. You can run the unit tests using `dotnet test`. The tests should pass on all platforms
(Windows and Linux have been tested).

The tests are built and run for .Net 8,.0, .Net 7.0, .Net 6.0, and .Net Framework 4.8. Running the
The tests are built and run for .Net 8.0, .Net 7.0, .Net 6.0, and .Net Framework 4.8. Running the
.Net Framework tests on a non-Windows platform may require the use of
[Mono](https://www.mono-project.com/).

Expand Down

0 comments on commit 1e07510

Please sign in to comment.