From dbde186199796c41fedd00f34e5ec4933c0cace7 Mon Sep 17 00:00:00 2001 From: Adnan Ahmad Date: Mon, 17 May 2021 10:02:37 +0530 Subject: [PATCH] Fixed #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7283d..77881ae 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip3 install -r requirements.txt ### Deployment With python3.7 or later. ```sh -python3 main.py +python3 -m bot ``` ### Credits