From cbfd34098de0808b88c59b551a1527e3dd3c5bcc Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 4 Oct 2020 18:54:57 +0600 Subject: [PATCH] READMEs fixes --- tgbotapi.core/README.md | 2 +- tgbotapi.extensions.api/README.md | 2 +- tgbotapi.extensions.utils/README.md | 4 ++-- tgbotapi/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tgbotapi.core/README.md b/tgbotapi.core/README.md index 3243489ed7..928434903f 100644 --- a/tgbotapi.core/README.md +++ b/tgbotapi.core/README.md @@ -1,4 +1,4 @@ -# tgbotapi.core +# TelegramBotAPI Core [![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core) diff --git a/tgbotapi.extensions.api/README.md b/tgbotapi.extensions.api/README.md index 6d7a602545..63b706e7b7 100644 --- a/tgbotapi.extensions.api/README.md +++ b/tgbotapi.extensions.api/README.md @@ -5,7 +5,7 @@ ## What is it? -It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Here you can find extensions for +It is wrapper library for [TelegramBotAPI Core](../tgbotapi.core/README.md). Here you can find extensions for `RequestsExecutor`, which are more look like Telegram Bot API requests and in the same time have more obvious signatures to help understand some restrictions in Telegram system. diff --git a/tgbotapi.extensions.utils/README.md b/tgbotapi.extensions.utils/README.md index 9fef3181ec..aa10cd0b86 100644 --- a/tgbotapi.extensions.utils/README.md +++ b/tgbotapi.extensions.utils/README.md @@ -24,7 +24,7 @@ ## What is it? -It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others. +It is wrapper library for [TelegramBotAPI Core](../tgbotapi.core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others. ## How to implement library? @@ -94,7 +94,7 @@ updates retrieving: * Webhooks * Long Polling -Both of them you could use in your project using [tgbotapi.core](../tgbotapi.core/README.md), but here there are +Both of them you could use in your project using [TelegramBotAPI Core](../tgbotapi.core/README.md), but here there are several useful extensions for both of them. Anyway, in both of ways it will be useful to know that it is possible to create `UpdateReceiver` object using function diff --git a/tgbotapi/README.md b/tgbotapi/README.md index f311141b92..1732ce73fd 100644 --- a/tgbotapi/README.md +++ b/tgbotapi/README.md @@ -2,7 +2,7 @@ Concentration of all TelegramBotAPI libraries: -* [tgbotapi.core](../tgbotapi.core/README.md) +* [TelegramBotAPI Core](../tgbotapi.core/README.md) * [TelegramBotAPI Extensions](../tgbotapi.extensions.api/README.md) * [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)