From a8def32887c12ae0179e210f802a09cda2bb0bbd Mon Sep 17 00:00:00 2001 From: ilee2u Date: Wed, 20 Dec 2023 16:54:22 -0500 Subject: [PATCH] chore: small readme typo, ls->lms --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ff8cccf0..4fa0274f 100644 --- a/README.rst +++ b/README.rst @@ -158,7 +158,7 @@ Here is an example of a command to consume events from the ``learning-exam-attem .. code-block:: - python3 manage.py ls consume_events -t learning-exam-attempt-lifecycle -g dev-lms + python3 manage.py lms consume_events -t learning-exam-attempt-lifecycle -g dev-lms When your event is successfully consumed, you should see logs like the following.