1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

fixes in readmes

This commit is contained in:
2020-10-04 17:41:30 +06:00
parent 959136479e
commit 7478b151eb
5 changed files with 21 additions and 21 deletions

View File

@@ -11,6 +11,6 @@ Concentration of all TelegramBotAPI libraries:
```groovy
dependencies {
// ...
implementation "dev.inmo.tgbotapi:TelegramBotAPI:$tgBotAPIVersion"
implementation "dev.inmo:TelegramBotAPI:$tgBotAPIVersion"
}
```