Merge pull request #56 from Stormheg/patch-2

Fix typo in README.md
This commit is contained in:
Ivaylo Bachvarov 2020-09-14 12:58:11 +03:00 committed by GitHub
commit d1cf996a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1095,7 +1095,7 @@ We use [Celery](http://www.celeryproject.org/) for the following general cases:
We try to treat Celery as if it's just another interface to our core logic - meaning - **don't put business logic there.**
An exmaple task might look like this:
An example task might look like this:
```python
from celery import shared_task