From 9d26612cd81c25ca34cd8fd3a090d0d94dba7c7a Mon Sep 17 00:00:00 2001 From: migue802 <54627022+migue802@users.noreply.github.com> Date: Sun, 31 Aug 2025 02:16:53 +0000 Subject: [PATCH] Fixing README typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a19fad..3869233 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,15 @@ Usage: `-e TELEGRAM_STAT=1 -p 8082:8082` and then check that `curl http:// ### `TELEGRAM_FILTER` -"/". Allow only bots with 'bot_user_id % modulo == remainder' +Format: "\/\". Allow only bots with 'bot_user_id % modulo == remainder'. ### `TELEGRAM_MAX_WEBHOOK_CONNECTIONS` -default value of the maximum webhook connections per bot +Default value of the maximum webhook connections per bot ### `TELEGRAM_VERBOSITY` -log verbosity level +Log verbosity level ### `TELEGRAM_LOG_FILE` @@ -45,7 +45,7 @@ Filename where logs will be redirected (By default logs will be written to stdou ### `TELEGRAM_MAX_CONNECTIONS` -maximum number of open file descriptors +Maximum number of open file descriptors ### `TELEGRAM_PROXY` @@ -53,7 +53,7 @@ HTTP proxy server for outgoing webhook requests in the format http://host:port ### `TELEGRAM_LOCAL` -allow the Bot API server to serve local requests +Allow the Bot API server to serve local requests ### `TELEGRAM_HTTP_IP_ADDRESS`