From a16e72e259e8d41a03f714d63a58a6475634540c Mon Sep 17 00:00:00 2001 From: apepenkov <39992738+apepenkov@users.noreply.github.com> Date: Wed, 20 May 2020 17:28:33 +0300 Subject: [PATCH] Update README.md --- telethon_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon_examples/README.md b/telethon_examples/README.md index b133d562..4082d8b8 100644 --- a/telethon_examples/README.md +++ b/telethon_examples/README.md @@ -130,7 +130,7 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow. ![Screenshot of the tkinter GUI][tkinter GUI] -### [`payment.py`] +### [`payment.py`](https://raw.githubusercontent.com/LonamiWebs/Telethon/master/telethon_examples/payment.py) * Usable as: **bot**. * Difficulty: **medium**.