From afaf1019aa8b57c3c02ee8030113e87f90cbc04f Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 22 May 2024 22:51:41 +0200 Subject: [PATCH] doc(README): correctly format python code as python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e155fde..16b1ffc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ python3 -m pip install -r requirements.txt Create a settings.py file with : -```text +```python ENV = 'development' PORT = 8000 DOMAIN = 'http://localhost:8000'