From 7b0ee91080d349cf57ecddb91aff068f7dbb94d5 Mon Sep 17 00:00:00 2001 From: Suleiman Ibrahim <64266194+princeibs@users.noreply.github.com> Date: Tue, 21 Dec 2021 03:01:53 +0100 Subject: [PATCH] Fixed Typo Fixed Type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbe8bac8..892224395 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To actually build run `yarn build` ## Django server -Go back to the root directory and runthe following to start the django server +Go back to the root directory and run the following to start the django server Create a file names .env in the `backend` root directory of the cloned repo.
Then store your SECREY_KEY KEY and DEBUG variables in the file