diff --git a/README.rst b/README.rst index 2725cd4..ff6790f 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ There will now be an extra item on the settings panel of the wagtailadmin. Insid scanning (See below for more detail) or conduct a scan. For scans to be conducted from the admin, you must be running a celery daemon. -You can run the celery worker with ``celery -A wagtaillinkchecker worker -l info``. See the `Celery Documentation `_ for more information. +You can run the celery worker with ``celery -A my_app_name worker -l info``. See the `Celery Documentation `_ for more information. For production you'll want to run celery as a daemon using something like systemd. See `Celery Daemonization `_ for more information. Conducting a scan @@ -50,4 +50,4 @@ Command options Skip celery and run command synchronously (useful for automated scanning) ``-v 2`` - Show more output in the logs \ No newline at end of file + Show more output in the logs