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 ```