From 5e29360fe11220a4d15c14f2a2a9a8341af5fe04 Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Mon, 8 Dec 2025 16:11:32 +0100 Subject: [PATCH] Fix some small typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d6d8c0..11409c3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ **Cron style scheduler for asynchronous tasks in Django.** - setup recurring tasks via crontab syntax -- lightweight helpers build [APScheduler] +- lightweight helpers build on top of [APScheduler] - [Sentry] cron monitor support [![PyPi Version](https://img.shields.io/pypi/v/django-crontask.svg)](https://pypi.python.org/pypi/django-crontask/) @@ -38,7 +38,7 @@ INSTALLED_APPS = [ ] ``` -Finally, you lauch the scheduler in a separate process: +Finally, you launch the scheduler in a separate process: ```ShellSession python3 manage.py crontask @@ -99,11 +99,11 @@ be at 12:00:45. If you use [Sentry] you can add cron monitors to your tasks. The monitor's slug will be the actor's name. Like `my_task` in the example above. -### The crontab command +### The crontask command ```ShellSession -$ python3 manage.py crontab --help -usage: manage.py crontab [-h] [--no-task-loading] [--no-heartbeat] [--version] [-v {0,1,2,3}] +$ python3 manage.py crontask --help +usage: manage.py crontask [-h] [--no-task-loading] [--no-heartbeat] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--force-color] [--skip-checks]