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