From 5ad1166f084c847238e28031a294dc042daad4db Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Thu, 28 Oct 2021 16:19:41 +0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e552b..f79f53f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cp env.sample .env ./screen-telegram-ping-ip.sh ``` ### Run at system boot up -* Add the following like to crontab, Run: `crontab -e` +* Add the following line to crontab, Run: `crontab -e` ``` @reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh ```