Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yvasyliev committed May 15, 2023
1 parent 7ae2fad commit db4d1a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ This library uses the next third-party dependencies:
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>4.1.2</version>
<version>VERSION</version>
</dependency>
```
* Replace `VERSION` with [the latest release](https://github.com/yvasyliev/java-vk-bots-long-poll-api/releases).
4. Extend `LongPollBot` class and override necessary methods:
```java
import api.longpoll.bots.LongPollBot;
Expand Down

0 comments on commit db4d1a5

Please sign in to comment.