From 59e471c1e2e6d96792e59ee49d60c4c325acec69 Mon Sep 17 00:00:00 2001 From: zmstone Date: Mon, 4 Mar 2024 11:00:17 +0100 Subject: [PATCH] docs: fix README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1299926..e07b31e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ HOCON spec for reference: https://lightbend.github.io/config/ * `key={a=1, b=2}` - `url()/file()/classpath()` includes are not supported - Immediate quote before triple-quote is invalid sytax. - * `""""a""""` is invalid because there are 4 closing quotes instead of three. - * As a workaround, `"""~"a"~""" is valid, see below for more details. + * `""""a""""` is invalid because there are 4 closing quotes instead of three. See workarounds below. - Multiline strings allow indentation (spaces, not tabs). If `~\n` (or `~\r\n`) are the only characters following the opening triple-quote, then it's a multiline string with indentation: * The first line `~\n` is discarded.