README.md

# Simple cron-like scheduler

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cron_scheduler` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cron_scheduler, "~> 0.1.0"}
  ]
end
```

Source code can be found at [Github](https://github.com/drumser/cron-scheduler)
and documentation at [https://hexdocs.pm/cron_scheduler](https://hexdocs.pm/cron_scheduler).