From 50f816b874511bbe53527812e8c02c36ec868a36 Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Sat, 12 Oct 2024 18:33:41 +0200 Subject: [PATCH] Fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 549f789..5faa217 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Django project -## Installation +## Installation ### Install Python3 @@ -16,7 +16,7 @@ Then, install pip3 if not done yet. Then, install pipenv with `pip3 install pipenv` -### Django installation +### Django installation Now, you can install Django by doing `pipenv install django`.