summaryrefslogtreecommitdiff
path: root/tutorial_1_intro/slide_1.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial_1_intro/slide_1.md')
-rw-r--r--tutorial_1_intro/slide_1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md
index 2932583..e805a4b 100644
--- a/tutorial_1_intro/slide_1.md
+++ b/tutorial_1_intro/slide_1.md
@@ -128,7 +128,7 @@ Demonstration [ 02:30 | 07:57]
- python manage.py runserver
- This may give migrations warning at the start, we ignore them for now.
- We see that the server is running now.
-- Go to the address shown mostly will be http://127.0.0.1:8000/
+- Go to the address shown, mostly will be http://127.0.0.1:8000/
- So in a web browser we see the django index page.
- Go back to the terminal.
- We can quit the server with CONTROL-C