From 42d89bef70d438cc83702bdc8679196736a1ae86 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 4 Jul 2015 04:05:25 +0430 Subject: [PATCH] Make Documentation BOLD --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 549d6de..4d7aa2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Telegram Bots +Telegram Bots +============= Create and control [Telegram bots](https://core.telegram.org/bots) easily using the new [Telegram API](https://core.telegram.org/bots/api). @@ -13,10 +14,11 @@ npm install telegram-api If you are cloning this repository, remember to run `npm install` to install dependencies. -[**Documentation**](https://github.com/mdibaiee/node-telegram-api/wiki) - -#Example +[Documentation](https://github.com/mdibaiee/node-telegram-api/wiki) +============== +Example +======= ```javascript var Bot = require('telegram-api'); var Message = require('telegram-api/types/Message'); @@ -41,12 +43,13 @@ bot.command('start', function(message) { }); ``` -# Bots using this module +Bots using this module +====================== [@JavaScriptBot](https://telegram.me/JavaScriptBot) => [mdibaiee/javascriptbot](https://github.com/mdibaiee/javascriptbot) -# Todo - +Todo +==== - [x] Webhook support (not tested, see [#4](https://github.com/mdibaiee/node-telegram-api/issues/4)) - [x] Forward Type - [x] BulkMessage Type