diff --git a/Scripting:--echo.md b/Scripting:--echo.md index fd44fb3..603215d 100644 --- a/Scripting:--echo.md +++ b/Scripting:--echo.md @@ -47,7 +47,7 @@ In order to skip two lines, care is needed to add ` ` between the two `\n`. `echo "Hello \n\nWorld"` -> Hello +> Hello > World **Example 7:**