Browse Source

Edit to README.

merge-requests/1/head
Craig Oates 7 years ago
parent
commit
8d6f8c8345
  1. 6
      README.md

6
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

Loading…
Cancel
Save