From 5b70678770c876b0fd58b20ba7c572dfbaa3e60c Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari <2908547+adhocore@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:25:56 +0700 Subject: [PATCH] docs: multiline string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09df321..1e7f0b0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - Also strips trailing comma at the end of array or object, eg: - `[1,2,,]` => `[1,2]` - `{"x":1,,}` => `{"x":1}` -- Handles literal LF (newline/linefeed) within string notation +- Handles literal LF (newline/linefeed) within string notation so that we can have multiline string ## Installation ```bash