Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr committed Dec 24, 2017
1 parent 1824071 commit de07709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Install

`AdvancedScheduler` is a not a registered package.
`ExtensibleScheduler` is a not a registered package.
To add it to your Julia packages, simply do the following in REPL:

```julia
Pkg.clone("https://github.com/scls19fr/AdvancedScheduler.jl")
Pkg.clone("https://github.com/scls19fr/ExtensibleScheduler.jl")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/ExtensibleScheduler.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
A generally useful event scheduler module.
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).
"""
Expand Down

0 comments on commit de07709

Please sign in to comment.