From 39008d4de7566f0750f33362883cf08afbee6779 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Sun, 22 Oct 2023 17:43:19 +0000 Subject: [PATCH] updated numbering in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be931cd..326197b 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ users with OAuth2 ```bash virtualenv --python=python3.9 venv ``` -1. Install requirements +2. Install requirements ```bash pip install -r requirements.txt ``` -1. Run the server +3. Run the server ```bash python manage.py migrate python manage.py runserver