From e1084a8047ea667e06cd1b9e0356f42676560fb1 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 12 Jul 2020 18:23:43 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8ad0f..0705dff 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ wget -t 1 -T 10 https://api.telegram.org/bot ``` Since Version 0.96 bashbot offers the option to recover from broken connections (aka blocked). Therefore you can provide a function -named `bashbotBlockRecover()` in `mycommands.sh`. If the function exists it is called everytime when a broken connection is detected. +named `bashbotBlockRecover()` in `mycommands.sh`. If the function exists it is called every time when a broken connection is detected. Possible actions are: Check if network is working, change IP or simply wait some time.