Fix typo in README.md

exmaple should be example.
This commit is contained in:
Storm Heg 2020-08-28 12:52:15 +02:00 committed by GitHub
parent ff7828c3ea
commit a8b7d54122
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