Skip to content

Commit

Permalink
Fix readme indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Jul 17, 2024
1 parent 0c0188c commit 37523a2
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 @@ -27,11 +27,11 @@ Enhanced Java telegram bots runner built on top of the [Telegram Bots](https://g
- Or if you don't want to use webhooks:
```groovy
implementation ('com.annimon:tgbots-module:7.7.0') {
```groovy
implementation ('com.annimon:tgbots-module:7.7.0') {
exclude group: 'org.telegram', module: 'telegrambots-webhook'
}
```
```
- Implement `BotModule` interface:
Expand Down

0 comments on commit 37523a2

Please sign in to comment.