diff --git a/lib/sched/README.md b/lib/sched/README.md index 5db8999..5f94077 100644 --- a/lib/sched/README.md +++ b/lib/sched/README.md @@ -24,15 +24,15 @@ cargo add lool --registry=lugit --features sched # Sub-Features -### has subfeatures  sched.tokio +### has subfeatures  sched.tokio Enables the `tokio` runtime support, replacing the default behaviour, which implies a `std::thread` pool to run the tasks. -### has subfeatures  sched.rule-recurrent +### has subfeatures  sched.rule-recurrent Enables the "**recurrent-rule**" style for scheduling tasks. -### has subfeatures  sched.rule-cron +### has subfeatures  sched.rule-cron > [!WARNING] >