From aefc1605f48f541cc378b494121bff7e847b19d1 Mon Sep 17 00:00:00 2001 From: Isaac Lee <124631592+ilee2u@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:00:15 -0500 Subject: [PATCH] chore: small readme typo, ls->lms (#232) --- 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.