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