From 746c71665e47134f8d02e44f3f8633d3a6fab515 Mon Sep 17 00:00:00 2001 From: Pinguluk Date: Wed, 28 Oct 2020 12:31:57 +0200 Subject: [PATCH] Update README.md linked example/webhook_examples to the directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6e8b0..9d2a370 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ bot.polling() ### Using web hooks When using webhooks telegram sends one Update per call, for processing it you should call process_new_messages([update.message]) when you recieve it. -There are some examples using webhooks in the *examples/webhook_examples* directory. +There are some examples using webhooks in the [examples/webhook_examples](examples/webhook_examples) directory. ### Logging