From 0faa19726a2181e7dc2311b2d03768e095649fe2 Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Sat, 30 Dec 2017 14:17:36 +0100 Subject: [PATCH] wrong link to paymentbot (#942) [CI skip] --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 5748dc1ce..e013a67c3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,7 +22,7 @@ This example sheds some light on inline keyboards, callback queries and message ### [`inlinebot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/inlinebot.py) A basic example of an [inline bot](https://core.telegram.org/bots/inline). Don't forget to enable inline mode with [@BotFather](https://telegram.me/BotFather). -### [`paymentbot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/examples/inlinebot.py) +### [`paymentbot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/examples/paymentbot.py) A basic example of a bot that can accept payments. Don't forget to enable and configure payments with [@BotFather](https://telegram.me/BotFather). ## Pure API