tokio-cron-scheduler
tokio-cron-scheduler copied to clipboard
Fix cron schedule and formatting in README example
Changes made:
- Correct cron schedule from
"*/2 * * * * *"
to"*/2 * * * *"
- Improve code formatting for better readability