From 78539536c5f72d4b462329397a70afa3774ae7c1 Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Sun, 15 Apr 2018 17:35:38 -0700 Subject: [PATCH] Fix "the magic link" --- Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index 896ea75..a2e20fd 100644 --- a/Scripting.md +++ b/Scripting.md @@ -12,7 +12,7 @@ An unknown command will lead to script abort. ### Commands -A short description of every command. [Click on the command to go to a more detailed page about it]("WIP"). +A short description of every command. Click on the command to go to a more detailed page about it. `<>` Denotes a required parameter. `[]` denotes an optional parameter. **echo** command - Outputs data to the screen. Syntax: `echo ""` Example: `echo "Hello There!"`