diff --git a/README.md b/README.md index 03c3f0f..6a2d64e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ A lightweight, efficient cron-like scheduler written in Go that executes shell c ## Features - **Flexible Scheduling**: Schedule jobs using minute and hour patterns with wildcard support -- **Precise Timing**: Executes at exact minute boundaries (second 0) for reliable scheduling -- **Configuration Reloading**: Monitors config file changes for dynamic job updates (every 50 seconds) +- **Configuration Reloading**: Monitors config file changes for dynamic job updates - **Comprehensive Logging**: Detailed execution logs using `zerolog` with configurable levels - **Error Handling**: Robust error handling with exit code tracking and output capture - **Shell Command Support**: Execute any shell command via bash @@ -211,4 +210,4 @@ ZEROLOG_LEVEL=debug ./scron This project is open source. Please check the repository for license details. --- -*Generated with Crush* \ No newline at end of file +*Generated with Crush*