Skip to content

Commit

Permalink
Remove installation instruction for Elixir <= 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Oct 23, 2024
1 parent d3305da commit 7265493
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ def deps do
end
```

For Elixir version before 1.4, ensure `:crontab` is started before your
application:

```elixir
def application do
[
applications: [:crontab]
]
end
```

## Usage

### Import Cron expression sigil
Expand Down

0 comments on commit 7265493

Please sign in to comment.