Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update readme to use version 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xabgesagtx committed Dec 23, 2018
1 parent f1fd03d commit 3bcb567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ The starter is available at maven central. Just add the following dependency to
<dependency>
<groupId>com.github.xabgesagtx</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>0.18</version>
<version>0.19</version>
</dependency>
```

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
Expand Down

0 comments on commit 3bcb567

Please sign in to comment.