From 4adac4d8520a07f5b22ac05110d6c2d353c6abaf Mon Sep 17 00:00:00 2001 From: _run Date: Sun, 20 Feb 2022 00:40:25 +0500 Subject: [PATCH 1/2] Update quick_start.rst --- docs/source/quick_start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quick_start.rst b/docs/source/quick_start.rst index b422b20..27a7795 100644 --- a/docs/source/quick_start.rst +++ b/docs/source/quick_start.rst @@ -5,12 +5,12 @@ Quick start Synchronous TeleBot ------------------- -.. literalinclude:: ../examples/echo_bot.py +.. literalinclude:: ../../examples/echo_bot.py :language: python Asynchronous TeleBot -------------------- -.. literalinclude:: ../examples/asynchronous_telebot/echo_bot.py +.. literalinclude:: ../../examples/asynchronous_telebot/echo_bot.py :language: python From 7875ff293d6a0766e7d353317c6df6df1fde9a11 Mon Sep 17 00:00:00 2001 From: _run Date: Sun, 20 Feb 2022 00:44:08 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea982e8..61015af 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ##

Supporting Bot API version: 5.7! +

Official documentation

+ ## Contents * [Getting started](#getting-started)