From 8eef32ff698d6963593dfad3e3f77abcf9b9859f Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 21 May 2021 10:42:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3389634..01de032 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ To run it, you need: 1. A Telegram account with an active phone number; 2. Telegram 'API_ID' and 'API_HASH', which you can get by creating a developers account using this link: https://my.telegram.org/. Place these values in a .env file: -```API_ID= +``` +API_ID= API_HASH= ```