diff --git a/docs/patterns/index.md b/docs/patterns/index.md index 65ba02d..910c4dd 100644 --- a/docs/patterns/index.md +++ b/docs/patterns/index.md @@ -38,7 +38,7 @@ if __name__ == '__main__': worker.work() {% endhighlight %} -Than, add the command to your `Procfile`: +Then, add the command to your `Procfile`: worker: python -u run-worker.py