From 51f312b2206e521e5c64769b2a16e3df44ddcaaa Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Mon, 27 Oct 2025 09:53:14 +0100 Subject: [PATCH] Update README.md Co-authored-by: Gray Gilmore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da24e54f..34884464 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Setting the error mode of Liquid lets you specify how strictly you want your tem Normally the parser is very lax and will accept almost anything without error. Unfortunately this can make it very hard to debug and can lead to unexpected behaviour. -Liquid also comes with a parser that can be used when editing templates to give better error messages +Liquid also comes with different parsers that can be used when editing templates to give better error messages when templates are invalid. You can enable this new parser like this: ```ruby