From ed9398b718a23a50eb7ad5d1033d51ebdb953973 Mon Sep 17 00:00:00 2001 From: AlexLoushkin Date: Mon, 25 Jul 2016 20:44:54 +1000 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 3757d88..065d8b1 100644 --- a/Examples.md +++ b/Examples.md @@ -5,7 +5,7 @@ Bots built using the `telegram.ext.Updater` class. * [Mau Mau bot](https://github.com/jh0ker/mau_mau_bot) allows you to play the popular card game UNO via inline queries * [Welcome Bot](https://github.com/jh0ker/welcomebot) greets everyone who joins a group chat -* [Subscription bot] (https://github.com/AlexLoushkin/TelegramSubscriptionBot) +* [Subscription bot] (https://github.com/AlexLoushkin/TelegramSubscriptionBot) helps organise a subscription for a news site # API Bots using the raw API.