From fe5d94f31ea0ce2495b9dcb3ad368bbdb39930b0 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 13 Feb 2021 10:09:33 +0600 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4edb1c37a..512a0dfe10 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ There are several things you need to do to launch examples below: * 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) +More including instructions [available here](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project). +Other configuration examples: + +* [For multiplatform](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/tree/master/ResenderBot) +* [For JVM](https://github.com/InsanusMokrassar/TelegramBotAPI-examples/blob/master/GetMeBot/build.gradle) ### Most common example