From 5747383ed1c6f37e277f4df06b3e4e41f65cd031 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 12 Oct 2020 01:08:56 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c09fe64d..13cea3dc59 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ kotlin { ![Libraries hierarchy](resources/TelegramBotAPI-libraries-hierarchy.svg) -In most cases, the most simple way will be to implement [TelegramBotAPI](TelegramBotAPI/README.md) - it contains +In most cases, the most simple way will be to implement [TelegramBotAPI](tgbotapi/README.md) - it contains all necessary tools for comfort usage of this library. If you want to exclude some libraries, you can implement just [TelegramBotAPI API Extensions](tgbotapi.extensions.api/README.md), [TelegramBotAPI Util Extensions](tgbotapi.extensions.utils/README.md) or even