diff --git a/Scripting:--echo.md b/Scripting:--echo.md index 603215d..1b97d10 100644 --- a/Scripting:--echo.md +++ b/Scripting:--echo.md @@ -37,9 +37,8 @@ Phrases that are too long may become unreadable if they fill past the right edge **Example 5:** `echo "Hello \nWorld"` -Hello - -World +> Hello +> World In order to skip two lines, care is needed to add ` ` between the two `\n`.