diff --git a/README.md b/README.md index 952c7fbe..805019b4 100644 --- a/README.md +++ b/README.md @@ -1348,7 +1348,7 @@ The user is not blocked and the job is processed in the background. During this ### Task queues -Tasks queues receive tasks and their related data, runs them, then delivers their results. They can support scheduling and can be used to run computationally-intensive jobs in the background. +Tasks queues receive tasks and their related data, run them, then deliver their results. They can support scheduling and can be used to run computationally-intensive jobs in the background. **[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.