From 7a83b45a91fe6597fd9490e72633c471e666747d Mon Sep 17 00:00:00 2001 From: Ruben Bermudez Date: Sun, 1 Apr 2018 12:20:55 +0200 Subject: [PATCH] Closes #319 --- TelegramBots.wiki/How-To-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/How-To-Update.md b/TelegramBots.wiki/How-To-Update.md index d641fa88..370ce664 100644 --- a/TelegramBots.wiki/How-To-Update.md +++ b/TelegramBots.wiki/How-To-Update.md @@ -1,6 +1,6 @@ ### To version 2.4.3 ### 1. Replace `BotOptions` by `DefaultBotOptions`. -2. At the beginning of your program (before creating your `TelegramBotsApi` instance, add the following line: +2. At the beginning of your program (before creating your `TelegramBotsApi` or `Bot` instance, add the following line: ```java ApiContextInitializer.init(); ```