diff --git a/README.md b/README.md index 8cb92b8..6f696b6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ If you are cloning this repository, remember to run `npm install` to install dep If you are looking for a real-life example of a bot written using this module, see [mdibaiee/webdevrobot](https://github.com/mdibaiee/webdevrobot). -[Documentation](https://github.com/mdibaiee/node-telegram-api/wiki) -============== +[**Documentation**](https://github.com/mdibaiee/node-telegram-api/wiki) Example ======= @@ -52,12 +51,6 @@ bot.command('weather [date]', function(message) { }) ``` -Bots using this module -====================== - -[@webdevrobot](https://telegram.me/webdevrobot) => [mdibaiee/webdevrobot](https://github.com/mdibaiee/webdevrobot) -[@metagon_bot](https://telegram.me/metagon_bot) => [austinhuang0131/metagon](https://github.com/austinhuang0131/metagon) - Todo ==== - [x] Webhook support (not tested, see [#4](https://github.com/mdibaiee/node-telegram-api/issues/4))