From 3f24f1f614443f277de4bd85ce281534306bb18b Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Fri, 31 May 2024 17:59:02 -0300 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4834643..e22db53 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Lynx is a a simple Telegram bot made in Node.js. ## Requirements - A Telegram bot (create one at [@BotFather](https://t.me/botfather)) - - Node.js 20 (or above) - - node-telegram-bot-api + - Node.js 20 LTS (or above) + - node-telegram-bot-api (install with ``npm install node-telegram-bot-api``) ## Notes - The source code itself of the bot is at ``src/main.js``, and the commands are in ``src/commands``.