Skip to content

Commit

Permalink
Fix abilities Maven dependency typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas Abou Daya committed Feb 14, 2018
1 parent 014f178 commit f0f616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TelegramBots.wiki/abilities/Simple-Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As with any Java project, you will need to set your dependencies.
```xml
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-abilties</artifactId>
<artifactId>telegrambots-abilities</artifactId>
<version>3.5</version>
</dependency>
```
Expand Down

0 comments on commit f0f616c

Please sign in to comment.