From a34e67722b7391530acee4694ebc1b3273b0b6df Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 18 Feb 2020 19:10:08 +0600 Subject: [PATCH] update telegrambotapi-extensions-api readme --- TelegramBotAPI-extensions-api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TelegramBotAPI-extensions-api/README.md b/TelegramBotAPI-extensions-api/README.md index cb192ec5f2..4162bcd5f9 100644 --- a/TelegramBotAPI-extensions-api/README.md +++ b/TelegramBotAPI-extensions-api/README.md @@ -1,4 +1,4 @@ -# TelegramBotAPI +# TelegramBotAPI extensions [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/_latestVersion) @@ -19,7 +19,7 @@ This library always compatible with original `TelegramBotAPI` library version Common ways to implement this library are presented here. In some cases it will require additional steps like inserting of additional libraries (like `kotlin stdlib`). In the examples will be used variable -`telegrambotapi.version`, which must be set up by developer. Available versions are presented on +`telegrambotapi-extensions-api.version`, which must be set up by developer. Available versions are presented on [bintray](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api), next version is last published: [![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/_latestVersion)