From 22d99fd91d4c887afbbda569591afb7065eef42a Mon Sep 17 00:00:00 2001 From: SerKo <44749100+serkodev@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:11:22 +0800 Subject: [PATCH] docs: update @types install note (#999) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8416a39..395f58be 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm i node-telegram-bot-api > ✍️ **Note:** If you use Typescript you can install this package that contains type definitions for this library >```sh ->npm install --save @types/node-telegram-bot-api +>npm install --save-dev @types/node-telegram-bot-api >``` ## 🚀 Usage