From 84ebb98b5bbadeaaa5137eac07906befe38b5945 Mon Sep 17 00:00:00 2001 From: annelin Date: Tue, 16 Apr 2019 08:46:37 +0300 Subject: [PATCH] Updated README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06ef4d0..d5880ad 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,13 @@ Next, move **config.yml.example** to and **config.yml** and edit **xmpp** sectio ``` -db_path: 'users.db' -jid: 'telegram.jabber.ru' -host: 'localhost' -port: 8888 -secret: 'secret' -loglevel: 0 +xmpp: + db_path: 'users.db' + jid: 'telegram.jabber.ru' + host: 'localhost' + port: 8888 + secret: 'secret' + loglevel: 0 ``` If neccessary, edit **telegram** section too.