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