From 1728a23b0011e4e8fe2a0e6437969018beb21104 Mon Sep 17 00:00:00 2001 From: Davy Van Roy Date: Thu, 30 Aug 2018 14:31:26 +0200 Subject: [PATCH] typo --- telegrambots-spring-boot-starter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegrambots-spring-boot-starter/README.md b/telegrambots-spring-boot-starter/README.md index a20ed49e..1d3ff441 100644 --- a/telegrambots-spring-boot-starter/README.md +++ b/telegrambots-spring-boot-starter/README.md @@ -52,10 +52,10 @@ public class YourApplicationMainClass { After that your bot will look like: ```java - //Standart Spring component annotation + //Standard Spring component annotation @Component public class YourBotName extends TelegramLongPollingBot { //Bot body. } ``` -Also you could just implement LongPollingBot or WebHookBot interfaces. All this bots will be registered in context and connected to Telegram api. \ No newline at end of file +Also you could just implement LongPollingBot or WebHookBot interfaces. All this bots will be registered in context and connected to Telegram api.