From 7dabd2ca052df4925a1675fb51d4e49edc5e42e8 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 4 Jul 2015 04:08:30 +0430 Subject: [PATCH] Why was it like that --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd76185..286211b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,17 @@ Telegram Bots Create and control [Telegram bots](https://core.telegram.org/bots) easily using the new [Telegram API](https://core.telegram.org/bots/api). -telegram-api is in beta, your feedback is appreciated, please [fill an issue](https://github.com/mdibaiee/node-telegram-api/issues) -for any bugs you find or any suggestions you have. - ``` npm install telegram-api ``` +telegram-api is in beta, your feedback is appreciated, please [fill an issue](https://github.com/mdibaiee/node-telegram-api/issues) +for any bugs you find or any suggestions you have. + If you are cloning this repository, remember to run `npm install` to install dependencies. +If you are looking for a real-life example of a bot written using this module, see [mdibaiee/javascriptbot](https://github.com/mdibaiee/javascriptbot). + [Documentation](https://github.com/mdibaiee/node-telegram-api/wiki) ==============