Skip to content

Commit c429f71

Browse files
committed
remove applications: advice
It should be auto-inferred, and if not, extra_applications is correct instead: https://elixirforum.com/t/why-do-we-use-application-function-in-mix-exs/23834/2
1 parent bbd62f4 commit c429f71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ def deps do
7373
end
7474
```
7575

76-
You should also update your applications to include both projects:
77-
78-
```elixir
79-
def application do
80-
[applications: [:logger, :mongodb_ecto, :ecto]]
81-
end
82-
```
83-
8476
To use the adapter in your repo:
8577

8678
```elixir

0 commit comments

Comments
 (0)