Fix abilities Maven dependency typo

This commit is contained in:
Abbas Abou Daya 2018-02-13 21:24:20 -05:00
parent 014f17818b
commit f0f616c63c

View File

@ -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>
```