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 ````