From 43cc39496bac86047c628810a82a7db8ba91efc2 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Thu, 14 May 2020 19:06:21 -0500 Subject: [PATCH] Updated Terminal: Adding Commands (markdown) --- Terminal:-Adding-Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal:-Adding-Commands.md b/Terminal:-Adding-Commands.md index ee9505a..ed0e3d3 100644 --- a/Terminal:-Adding-Commands.md +++ b/Terminal:-Adding-Commands.md @@ -13,11 +13,11 @@ Add the name of your command to the list. Add your code using the basic framework below. It should look like this:
-` +``` case 'mycommand': //Your code goes here break; -` +```
Make your modifications and save the file.