fix typo in ability gradle instruction

This commit is contained in:
Clevero 2019-03-27 23:44:56 +01:00 committed by GitHub
parent 1883320445
commit 0c72769976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ As with any Java project, you will need to set your dependencies.
```
* **Gradle**
```groovy
compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.1.2'
compile group: 'org.telegram', name: 'telegrambots-abilities', version: '4.1.2'
```
* [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)