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.