fix: endfill instead of endslot in README.md

This commit is contained in:
Arkadiusz Adamski 2023-08-26 09:26:21 +02:00 committed by Emil Stenström
parent 480bb45d35
commit a56fc40f19

View file

@ -375,7 +375,7 @@ Certain properties of a slot can be accessed from within a 'fill' context. They
```htmldjango ```htmldjango
{% component_block "calendar" date="2020-06-06" %} {% component_block "calendar" date="2020-06-06" %}
{% fill "body" as "body" %}{{ body.default }}. Have a great day!{% endslot %} {% fill "body" as "body" %}{{ body.default }}. Have a great day!{% endfill %}
{% endcomponent_block %} {% endcomponent_block %}
``` ```