From fd52ab99435acc1331afc64b305962c74a87faa1 Mon Sep 17 00:00:00 2001 From: JungDev Date: Thu, 25 May 2017 21:34:09 +0200 Subject: [PATCH] Update README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 85522b0..8396c37 100644 --- a/README.rst +++ b/README.rst @@ -47,14 +47,14 @@ And set your bots:: # a management command that starts a worker 'WEBHOOK_SITE' : 'https://mywebsite.com', - 'WEBHOOK_PREFIX' : '/prefix', # (Optional[str]) # If this value is specified, + 'WEBHOOK_PREFIX' : '/prefix', # (Optional[str]) # If this value is specified, # a prefix is added to webhook url - #'WEBHOOK_CERTIFICATE' : 'cert.pem', # If your site use self-signed + #'WEBHOOK_CERTIFICATE' : 'cert.pem', # If your site use self-signed #certificate, must be set with location of your public key #certificate.(More info at https://core.telegram.org/bots/self-signed ) - - 'BOTS' : [ + + 'BOTS' : [ { 'TOKEN': '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11', #Your bot token.