Merge pull request #597 from Clevero/dev

Fix typo in ability gradle instruction
This commit is contained in:
Ruben Bermudez 2019-04-03 01:33:32 +01:00 committed by GitHub
commit 16308c1be7
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** * **Gradle**
```groovy ```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) * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)