From 72b48c960be616961f3f00e8cb49d2a66006d04a Mon Sep 17 00:00:00 2001 From: charleslemaux <146107581+charleslemaux@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:13:29 +0200 Subject: [PATCH] [+] Mentioning parameters --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c867712..568b15a 100644 --- a/readme.md +++ b/readme.md @@ -43,8 +43,10 @@ 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. +*you also may be tempted to use parameters* +```bash gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20 ```