diff --git a/skills/django-celery/SKILL.md b/skills/django-celery/SKILL.md index 05c47126..f6db56a0 100644 --- a/skills/django-celery/SKILL.md +++ b/skills/django-celery/SKILL.md @@ -22,7 +22,7 @@ Production-grade patterns for background task processing in Django using Celery ### Installation ```bash -pip install celery[redis] django-celery-results django-celery-beat +pip install 'celery[redis]' django-celery-results django-celery-beat ``` ### `celery.py` — App Entrypoint