diff --git a/README.md b/README.md index 1651570eb4..0941c5ca1f 100644 --- a/README.md +++ b/README.md @@ -1029,7 +1029,7 @@ $ just --evaluate escapes := "\t\n\r\"\\" ``` -Indented versions of both single- and double-quoted strings, delimited by triple single- or triple double-quotes, are supported. Indented string lines are stripped of leading whitespace common to all non-blank lines. Note that while the leading line break is stripped, the trailing line break is still included: +Indented versions of both single- and double-quoted strings, delimited by triple single- or triple double-quotes, are supported. Indented string lines are stripped of a leading line break, and leading whitespace common to all non-blank lines: ```just # this string will evaluate to `foo\nbar\n`