From 65e36ba9d9b9fa15d431bea58e975d8ea8394238 Mon Sep 17 00:00:00 2001 From: charleslemaux <146107581+charleslemaux@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:11:54 +0200 Subject: [PATCH] [+] Parameters description --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 648e9c0..c867712 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,9 @@ pip install -r requirements.txt #### Launch ! ```bash gunicorn -w 4 -b 0.0.0.0:3000 app:app + +//You may also mention parameters like this. +gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20 ``` ## Documentation