From 3bcb5672eb28e727a518da311502383f8b7d9c95 Mon Sep 17 00:00:00 2001 From: xabgesagtx Date: Sun, 23 Dec 2018 11:21:29 +0100 Subject: [PATCH] Update readme to use version 0.19 --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index a4c582b..3a4abde 100644 --- a/Readme.md +++ b/Readme.md @@ -11,16 +11,16 @@ The starter is available at maven central. Just add the following dependency to com.github.xabgesagtx telegram-spring-boot-starter - 0.18 + 0.19 ``` For gradle users just add this to your dependencies: ```groovy -compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.18') +compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.19') ``` -The only thing you need to do after adding the depedency is to create a bean for a bot. E.g.: +The only thing you need to do after adding the dependency is to create a bean for a bot. E.g.: ```java @Component