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(); ```