diff --git a/README.md b/README.md index 3734a290f..c5a3309bf 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ If you want to raise on a first exception instead of pushing all of them in `err ```ruby template = Liquid::Template.parse("{{x}} {{y}}") -template.render!({ 'x' => 1}, { strict_variables: true }) +template.render!({ 'x' => 1 }, { strict_variables: true }) #=> Liquid::UndefinedVariable: Liquid error: undefined variable y ```