From 480bb45d3510e8874a425e8cc4c33424871dfab0 Mon Sep 17 00:00:00 2001 From: Jake Duth Date: Sun, 13 Aug 2023 22:07:16 -0400 Subject: [PATCH] Add missing syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62d04f01..a1e5e09f 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ By contrast, it is permitted to use `fill` tags in nested components, e.g.: {% component_block "calendar" date="2020-06-06" %} {% component_block "beautiful-box" %} {% fill "content" %} Can you believe it's already {{ date }}?? {% endfill %} - {% endcomponent_block + {% endcomponent_block %} {% endcomponent_block %} ``` @@ -361,7 +361,7 @@ This is fine too: {% fill "header" %} {% component_block "calendar-header" %} Super Special Calendar Header - {% endcomponent_block + {% endcomponent_block %} {% endfill %} {% endcomponent_block %} ```