Fix: Fixed load tag name in README

Fixes EmilStenstrom/django-components#447
This commit is contained in:
Mikko Ahonen 2024-04-21 20:05:22 +03:00
parent be4b1f1a02
commit a2225bf58f

View file

@ -118,7 +118,7 @@ STATICFILES_DIRS = [
### Optional
To avoid loading the app in each template using ``` {% load django_components %} ```, you can add the tag as a 'builtin' in settings.py
To avoid loading the app in each template using ``` {% load component_tags %} ```, you can add the tag as a 'builtin' in settings.py
```python
TEMPLATES = [