From 06c640249188ddf387ab41a09781efda027175b4 Mon Sep 17 00:00:00 2001 From: annelin Date: Tue, 16 Apr 2019 09:25:45 +0300 Subject: [PATCH] Release 0.8.1\n\n[UPD] updated README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01f9879..ab48a74 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,14 @@ xmpp: ### Configuration ### -Feel free to edit **config.yml**, options are commented and with clear names. -It is good idea to obtain Telegram API ID from [my.telegram.org](https://my.telegram.org) to remove demo key requests limit. +It is good idea to obtain Telegram API ID from [**https://my.telegram.org**](https://my.telegram.org) to remove demo key requests limit, and then edit in **config.yml**: + +``` +telegram: + api_id: '845316' # telegram API ID (my.telegram.org) # + api_hash: '27fe5224bc822bf3a45e015b4f9dfdb7' # telegram API HASH (my.telegram.org) # + ... +``` ### How to receive files from Telegram ###