From f0f616c63c940814f572754321af84b6f28fb597 Mon Sep 17 00:00:00 2001 From: Abbas Abou Daya Date: Tue, 13 Feb 2018 21:24:20 -0500 Subject: [PATCH] Fix abilities Maven dependency typo --- TelegramBots.wiki/abilities/Simple-Example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/abilities/Simple-Example.md b/TelegramBots.wiki/abilities/Simple-Example.md index 8b718183..9d245b66 100644 --- a/TelegramBots.wiki/abilities/Simple-Example.md +++ b/TelegramBots.wiki/abilities/Simple-Example.md @@ -8,7 +8,7 @@ As with any Java project, you will need to set your dependencies. ```xml org.telegram - telegrambots-abilties + telegrambots-abilities 3.5 ```