From c0308f5287559de67e96a9ec61d954b36191548e Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 30 Jun 2015 12:17:14 +0430 Subject: [PATCH] npm install --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 879e3dc..a9b080b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ for any bugs you find or any suggestions you have. npm install telegram-api ``` +If you are cloning this repository, remember to run `npm install` to install dependencies. + The code is well documented. I'm trying to integrate JSDoc / ESDoc into our repository for an easy to access documentation. +--- + All Telegram API methods are accessible through `api` property of bots. ```javascript