diff --git a/README.md b/README.md index b87d92e244..d4edb1c37a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are several things you need to do to launch examples below: * Add `mavenCentral()` to your project repositories * [Maven variant](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project#pomxml) * Add dependency `implementation "dev.inmo:tgbotapi:$tgbotapi_version"` - * Replace `tgbotapi_version` with exact version (see last one in table above) or put variable with this name in project + * Replace `tgbotapi_version` with exact version (see last one in the table above) or put variable with this name in project * Alternative variant for maven [here](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project#telegrambotapi) More including instructions [available here](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project)