Skip to content

Commit

Permalink
Use current format for application start setup (#7)
Browse files Browse the repository at this point in the history
:extra_applications should be preferred over :applications.
See https://stackoverflow.com/a/44727742
  • Loading branch information
fapdash authored and PragTob committed Jul 27, 2018
1 parent 48f580b commit c1aaf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ I wanted this to be a feature of Elixir itself, however the proposal [was reject

```elixir
def application do
[applications: [:deep_merge]]
[extra_applications: [:deep_merge]]
end
```

Expand Down

0 comments on commit c1aaf82

Please sign in to comment.