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
-###
sched.tokio
+###
sched.tokio
Enables the `tokio` runtime support, replacing the default behaviour, which implies a `std::thread` pool to run the tasks.
-###
sched.rule-recurrent
+###
sched.rule-recurrent
Enables the "**recurrent-rule**" style for scheduling tasks.
-###
sched.rule-cron
+###
sched.rule-cron
> [!WARNING]
>