From a8b7d54122682d965ee41f8a8799f54bb22fca4f Mon Sep 17 00:00:00 2001 From: Storm Heg Date: Fri, 28 Aug 2020 12:52:15 +0200 Subject: [PATCH] Fix typo in README.md exmaple should be example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9019eb..60d5c95 100644 --- a/README.md +++ b/README.md @@ -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