From 9ee51c589ba018faa4a7d2737f9ac49d3c81d6e8 Mon Sep 17 00:00:00 2001 From: Nameless Date: Wed, 22 Jul 2020 16:57:56 +0800 Subject: [PATCH] Add phone number information (#158) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bafa93f..212565f 100644 --- a/readme.md +++ b/readme.md @@ -116,7 +116,8 @@ Config file should be stored at `~/.config/tg/conf.py`. This is simple python fi ### Simple config: ```python -PHONE = "[your phone number]" +# should start with + (plus) and contain country code +PHONE = "[phone number in international format]" ``` ### Advanced configuration: