Skip to content

Commit 686c48b

Browse files
committed
Update
1 parent 823cafb commit 686c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ CACHES = {
359359

360360
[Celery](https://docs.celeryq.dev/) is an asynchronous task queue to run background task. Use it to asynchronously run any piece of code fetching or pushing to external services or methods that takes some time to process.
361361

362-
## Celery Installation
362+
### Celery Installation
363363

364364
```sh
365365
poetry add "celery[redis]"

0 commit comments

Comments
 (0)