From 89b4ef75a039709cb649c82c891a620b5510415c Mon Sep 17 00:00:00 2001 From: deptyped Date: Fri, 17 May 2024 01:42:38 +0300 Subject: [PATCH] Update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da3aa39..6602c9fd 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ Follow these steps to set up and run your bot using this template: npm install --only=prod ``` - Set `NODE_ENV` environment variable to `production` in your `.env` file. - Update `BOT_WEBHOOK` with the actual URL where your bot will receive updates. + Set `NODE_ENV` environment variable to `production` in your `.env` file. + Update `BOT_WEBHOOK` with the actual URL where your bot will receive updates. Update `BOT_WEBHOOK_SECRET` with a random secret token. ```dotenv