From 7291395aa6308f6aa8a44ea26ea1e5fc10fddd5d Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 22 Jul 2019 20:45:33 +0100 Subject: [PATCH] fix spelling in ReadMe. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f72b6d4..98eac7b 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ For more information, please use the following links: ## CW_Core_Console -This is a .Net Core console program which provides a working example of how Console.Waterworks.Core works. You can use this as a reference to help you familiarise yourself with how to add Console.Waterworks to your project. This is written in C#. +This is a .Net Core console program which provides a working example of how Console.Waterworks.Core works. You can use this as a reference to help you familiarise yourself with how to add/use Console.Waterworks to/with your project. This is written in C#. ## CW_Core_Tests -This is a .Net Core library which tests houses the projects unit tests. This is written in C# and uses xUnit as its testing framework/library/situation/whatever-you-want-to-call-it. +This is a .Net Core library which houses the solution's unit tests. This is written in C# and uses xUnit as its testing framework/library/situation/whatever-you-want-to-call-it. ## About the Creator