From ebf3ce27769b0c85331cdb66bb329852e6e4c517 Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Sat, 12 Oct 2024 21:59:20 +0200 Subject: [PATCH] Fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 369d4f5..c9b1086 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Then, type `python manage.py runserver` when you're in the repo root folder. ## Usage -Now, you can go into https://localhost:8000/redis to access the project. +Now, you can go into http://localhost:8000/redis to access the project. -Don't try to go into https://localhost:8000/admin, you won't have the rights and it's only used for development mode. This helps us to add/remove data to test quicker. +Don't try to go into http://localhost:8000/admin, you won't have the rights and it's only used for development mode. This helps us to add/remove data to test quicker. ## Features