diff --git a/README.md b/README.md index 8e2f483b..af6c8f16 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,17 @@ In your templates, use your component by first importing the django_components t ```htmldjango {% load django_components %} -{% block extra_media %}{% component_dependencies %}{% endblock %} -{% block main %} - {% component name="calendar" date=custom_date %} -{% endblock %} + + +
+