From a14cee775f953ea7c48fda305fbe44e347f029aa Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 18 Nov 2023 17:27:17 +0330 Subject: [PATCH] chore: typo fixed --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d681d2e..0c47cd0 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Then run the below command, this command will cause errors every time as it trie tutor local run lms ./manage.py lms cache_programs -If you don't want the errors, then make use of an extra argumet to the command .i.e. ``--domain``. This argument will be equal to ``local.overhang.io`` if you are running tutor local and ``local.overhang.io:8000`` if you are running tutor dev:: +If you don't want the errors, then make use of an extra argument to the command .i.e. ``--domain``. This argument will be equal to ``local.overhang.io`` if you are running tutor local and ``local.overhang.io:8000`` if you are running tutor dev:: tutor local run lms ./manage.py lms cache_programs --domain="local.overhang.io" or tutor dev run lms ./manage.py lms cache_programs --domain="local.overhang.io:8000"