From 997de06786e1710e3dd41ff8b29085bb3737f5ea Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 13 Sep 2021 16:11:24 -0400 Subject: [PATCH] Update README.md Change the message to reflect the included files in the repo. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f33978ab..413b1810f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # blango -Starting point for the Advanced Django course + +Starting point for the Advanced Django course. This is the equivalent of the following command: + +```bash +$ django-admin.py startproject blango +```