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