From 7b19169b75fe0100b23e57cdb7436368e4cf2414 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Thu, 1 Feb 2024 04:35:24 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e69b9..62af389 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't know how to set up a Telegram bot and channel then google it. Run this as a cronjob. It will send you a Telegram whenever a new user registers or a new user is added. -Example crontab entry to check for updates every 15 minutes: +Example crontab entry to check for new users every 15 minutes: ```` */15 * * * * root bash /root/scripts/nextcloud-telegram-notify/checknewusers.sh ````