From 70077c0ac56382184b726fe1ba2749b5ffa8fb21 Mon Sep 17 00:00:00 2001 From: Torge Rosendahl Date: Thu, 22 Dec 2022 23:21:35 -0500 Subject: [PATCH] Fixed format as code for MOTD newline escape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1cc20c913..571a9b1e4fe 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