From 23ad34df3d40fb6598247cf46f9ab166742315e1 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 9 Sep 2019 10:45:14 +0000 Subject: [PATCH] remove incorrect mentions of .Net Core. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b345434..b4bbd77 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ For more information, please use the following links: This is a traditional .Net console program which provides a working example of how Console.Waterworks 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 +## CW_Tests -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. +This is a .Net 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