From 3444278637d8f2127bee5b22c2a216c61fced78c Mon Sep 17 00:00:00 2001 From: apepenkov <39992738+apepenkov@users.noreply.github.com> Date: Wed, 20 May 2020 17:27:37 +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 ce51f477..b133d562 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] -### [`quart_login.py`] +### [`payment.py`] * Usable as: **bot**. * Difficulty: **medium**.