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