diff --git a/docs/src/index.md b/docs/src/index.md index 69c2e1a..2e3980e 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,6 +1,6 @@ -# AdvancedScheduler Overview +# ExtensibleScheduler Overview -The `AdvancedScheduler` package provides advanced and extensible [Julia](https://julialang.org/) events schedulers inspired by Python schedulers [APScheduler](https://apscheduler.readthedocs.io/), [schedule](https://github.com/dbader/schedule) and [sched](https://docs.python.org/3/library/sched.html). +The `ExtensibleScheduler` package provides advanced and extensible [Julia](https://julialang.org/) events schedulers inspired by Python schedulers [APScheduler](https://apscheduler.readthedocs.io/), [schedule](https://github.com/dbader/schedule) and [sched](https://docs.python.org/3/library/sched.html). Schedulers can use real time clock (system time) or simulated time (for simulation purpose).