From 4a3ebed6ac50feb9598118dc3909579d1c37e9c0 Mon Sep 17 00:00:00 2001 From: iamvincentliu Date: Wed, 24 Apr 2019 18:36:54 +0200 Subject: [PATCH] Link to download jar from mvnrepository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38749086..bfca2565 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Just import add the library to your project with one of these options: ``` 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/4.2) - 3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.2) + 3. Download the jar(including all dependencies) from [here](https://mvnrepository.com/artifact/org.telegram/telegrambots/4.2) In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`.