From 20154e345a5e680dcefb3911aac1f20a77b8301d Mon Sep 17 00:00:00 2001 From: Hosteroid Date: Thu, 9 Oct 2025 07:59:05 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d7ca72..79456ba 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,9 @@ Example configuration: ```apache ServerName domainmonitor.local - DocumentRoot "D:/Cursor/Domain Monitor/public" + DocumentRoot "/path/to/domain-monitor/public" - + AllowOverride All Require all granted @@ -238,7 +238,7 @@ Use Task Scheduler: 3. Set trigger (e.g., Daily at 9:00 AM) 4. Action: Start a program 5. Program: `C:\php\php.exe` -6. Arguments: `D:\Cursor\Domain Monitor\cron\check_domains.php` +6. Arguments: `C:\path\to\domain-monitor\cron\check_domains.php` ## 🧪 Testing Notifications