From c78f72342d24cc33c325c11efa8c1fbfbb271d0c Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 24 Jul 2019 18:29:16 +0100 Subject: [PATCH] fix formatting in Writing Command-Methods. --- Writing-Command-Methods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Writing-Command-Methods.md b/Writing-Command-Methods.md index c98aedd..b5f4483 100644 --- a/Writing-Command-Methods.md +++ b/Writing-Command-Methods.md @@ -19,6 +19,7 @@ public static string CommandMethodName() // Your code goes here... return "The result/message you want to feedback to the end-user." } +``` More examples can be found at the following links: