diff --git a/README.md b/README.md index 1fc7cccd2d..1c626eef31 100644 --- a/README.md +++ b/README.md @@ -1439,6 +1439,10 @@ braces: ### Strings +`'single'`, `"double"`, and `'''triple'''` quoted string literals are +supported. Unlike in recipe bodies, `{{…}}` interpolations are not supported +inside strings. + Double-quoted strings support escape sequences: ```just