From 8d6f8c8345eb0fae13b14ba36749c9a826ab3ee0 Mon Sep 17 00:00:00 2001 From: Craig_Oates Date: Sat, 23 Sep 2017 22:49:44 +0100 Subject: [PATCH] Edit to README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c6186..e98dbfa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Before continuing... I am skipping the part about creating a .Net console progra 1 Add Console.Waterworks to your project via Nuget. You can do this using Visual Studio's (2017) Package Manager GUI. Or, you can use the Package Manager Console. Here is the command for the PM Console, - Install-Package Console.Waterworks -Version 0.1.0-alpha1 +```powershell +Install-Package Console.Waterworks -Version 0.1.0-alpha1 +``` 2 Create a class called `ConsoleCommands`. It can go anywhere as long as it is in the same project as the console program project. @@ -59,7 +61,7 @@ public static string Test() ## Guides -There are several guides for Console.Waterworks and in various forms. I am hopeful you will find at least one of them helpful. If not, "soz" but -- in all fairness -- I did try. +There are several guides for Console.Waterworks and in various forms. I am hopeful you will find at least one of them helpful. ### Offline