From 35e28c00cb8422061267b1a12d43e858bb794034 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 4 Oct 2020 19:31:37 +0600 Subject: [PATCH] fix help for versions before 0.28.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16f2b6bd26..80ecb05c67 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ In case if you are want to use this library inside of browser, you will need add dependencies { /* ... */ - implementation "dev.inmo:TelegramBotAPI:$tgbot_api_version" - implementation "dev.inmo:TelegramBotAPI-extensions-api:$tgbot_api_version" // optional - implementation "dev.inmo:TelegramBotAPI-extensions-utils:$tgbot_api_version" // optional + implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgbot_api_version" + implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-api:$tgbot_api_version" // optional + implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-utils:$tgbot_api_version" // optional /* Block of dependencies for correct building in browser */ implementation(npm("fs"))