mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
453 stars 54 forks source link

Fix example in README #46

Closed sueskind closed 1 year ago

sueskind commented 1 year ago

This MR fixes the example in the README.md file as it was unnecessarily complicated and did not actually compile/run. The following changes were made:

Fixes #39 (and #37 to some extent).

mvniekerk commented 1 year ago

Thank you for the PR @sueskind !