diff --git a/examples/celery_alternative/README.md b/examples/celery_alternative/README.md index d6b4daa0..50ac13de 100644 --- a/examples/celery_alternative/README.md +++ b/examples/celery_alternative/README.md @@ -1,4 +1,4 @@ -# Celery Replacement Example +# Celery Alternative Example This example demonstrates how to replace Celery with Gunicorn's **dirty arbiters** for background task processing.