fix link in Writing Command-Methods.

master
Craig Oates 5 years ago
parent
commit
bafe964fec
  1. 2
      Writing-Command-Methods.md

2
Writing-Command-Methods.md

@ -23,7 +23,7 @@ public static string CommandMethodName()
More examples can be found at the following links:
- [CW_Console's ConsoleCommands.cs](https://gitlab.com/craig.oates/Console.Waterworks/blob/master/CW_Console/ConsoleCommands.cs)
- [CW_Console's ConsoleCommands.cs](https://gitlab.com/craig.oates/Console.Waterworks/blob/master/Console.Waterworks/CW_Console/ConsoleCommands.cs)
- [Snippet's Section For Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks/snippets)
What is important to note here is the importance of the command-method names. The names you use are the exact same commands your end-user will enter at run-time. The console's input is, also, case-sensitive. This means you can have two command-methods called `Test` and `test` and have them do different things.

Loading…
Cancel
Save