From f2acaf546511765c0076136017de6c2d24122a45 Mon Sep 17 00:00:00 2001 From: drakylar Date: Thu, 20 Jan 2022 17:44:49 +0300 Subject: [PATCH] Added web engines support --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4206aea..7c4c7df 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,13 @@ nano configuration/settings.ini Run: ```bash -python3 app.py +old version: python3 app.py +new version: python3 run.py ``` or windows ```bash -python.exe app.py +old version: python.exe app.py +new version: python.exe run.py ``` ## ☁️ Heroku