Skip to content

Commit 7265493

Browse files
committed
Remove installation instruction for Elixir <= 1.14
1 parent d3305da commit 7265493

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ def deps do
4545
end
4646
```
4747

48-
For Elixir version before 1.4, ensure `:crontab` is started before your
49-
application:
50-
51-
```elixir
52-
def application do
53-
[
54-
applications: [:crontab]
55-
]
56-
end
57-
```
58-
5948
## Usage
6049

6150
### Import Cron expression sigil

0 commit comments

Comments
 (0)