From 14f012fbfacd4dcc8a5932e9cdb6e49644a62835 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 9 Apr 2020 01:24:55 +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 367836fe4b..ee3a152aab 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Anyway, all libraries are very typical inside of them. Examples: * In `TelegramBotAPI` common request look like `requestsExecutor.execute(SomeRequest())` * `TelegramBotAPI-extensions-api` typical syntax look like `requestsExecutor.someRequest()` (in most cases it would be -better to understand to use `bot` name instead of `requestsExecutor`) +better to use `bot` name instead of `requestsExecutor`) * `TelegramBotAPI-extensions-utils` will look like `filter.filterBaseMessageUpdates(chatId).filterExactCommands(Regex("^.*$"))...`