From 206630d12309756deda11cc64c1e6ba873f387d0 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Wed, 28 Dec 2022 05:05:03 +1100 Subject: [PATCH] Fix application run webhook method on readme (#3443) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1de34167dbd..e461f198733 100644 --- a/README.rst +++ b/README.rst @@ -150,7 +150,7 @@ PTB can be installed with optional dependencies: * ``pip install python-telegram-bot[passport]`` installs the `cryptography>=3.0 `_ library. Use this, if you want to use Telegram Passport related functionality. * ``pip install python-telegram-bot[socks]`` installs `httpx[socks] `_. Use this, if you want to work behind a Socks5 server. * ``pip install python-telegram-bot[rate-limiter]`` installs `aiolimiter~=1.0.0 `_. Use this, if you want to use ``telegram.ext.AIORateLimiter``. -* ``pip install python-telegram-bot[webhooks]`` installs the `tornado~=6.2 `_ library. Use this, if you want to use ``telegram.ext.Updater.start_webhook``/``telegram.ext.Application.start_webhook``. +* ``pip install python-telegram-bot[webhooks]`` installs the `tornado~=6.2 `_ library. Use this, if you want to use ``telegram.ext.Updater.start_webhook``/``telegram.ext.Application.run_webhook``. * ``pip install python-telegram-bot[callback-data]`` installs the `cachetools~=5.2.0 `_ library. Use this, if you want to use `arbitrary callback_data `_. * ``pip install python-telegram-bot[job-queue]`` installs the `APScheduler~=3.9.1 `_ library and enforces `pytz>=2018.6 `_, where ``pytz`` is a dependency of ``APScheduler``. Use this, if you want to use the ``telegram.ext.JobQueue``.