From c273d249b6c77f86d4f7395eb2c93197e3725c4a Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Tue, 26 Dec 2023 14:41:01 -0800 Subject: [PATCH] Dang it, forgot to save README when fixing multiline earlier. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f369cc1..53b669c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ package { echo "foo" node -c "console.log('hello, world!');" echo "foo" > some-file.txt - "# + "# } // `\` breaks up a single node across multiple lines.