From 93f31f5ddc39b0c3cfc3101335d2dab432cac175 Mon Sep 17 00:00:00 2001 From: Torge Rosendahl Date: Fri, 23 Dec 2022 12:37:07 -0500 Subject: [PATCH] Fixed format as code for MOTD newline escape (#1873) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1cc20c..571a9b1e 100644 --- a/README.md +++ b/README.md @@ -1004,7 +1004,7 @@ renders To produce a multi-line MOTD, you will need to double escape the newline such as - -e MOTD="Line one\\nLine two" + -e MOTD="Line one\\nLine two" ### Difficulty