diff options
-rw-r--r-- | tutorial_1_intro/slide_1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md index e805a4b..de38e3f 100644 --- a/tutorial_1_intro/slide_1.md +++ b/tutorial_1_intro/slide_1.md @@ -122,7 +122,7 @@ Demonstration [ 02:30 | 07:57] - We will learn about them in later tutorials. - Type the following command: - django-admin.py startproject demo-project -- This creates a project directory with all necessory files. +- This creates a project directory with all the necessary files. - cd demo-project - Now run: - python manage.py runserver |