From a94b4b8166518929df28231e248838e0a44b9bf6 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sat, 21 Apr 2018 20:38:05 -0400 Subject: [PATCH] Updated Scripting: echo (markdown) --- Scripting:--echo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting:--echo.md b/Scripting:--echo.md index fc65ad1..23b901a 100644 --- a/Scripting:--echo.md +++ b/Scripting:--echo.md @@ -35,7 +35,7 @@ Correct: `echo "0:/Nintendo 3DS/"` Phrases that are too long may become unreadable if they fill past the right edge of the 3DS bottom screen. Like typing with the **Enter** key for a keyboard, the inclusion of `\n` serves as a break to begin readouts with a new line. **Example 5:** -echo "Hello \nWorld" +`echo "Hello \nWorld"` Hello