Skip to content

Commit 11f4942

Browse files
committed
Remove erroneous advice to start this development-time app with others
This project is a development-time utility rather than a runtime dependency.
1 parent 723e383 commit 11f4942

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Use *example_files* by adding it to a Mix `deps` declaration.
1616
```elixir
1717
# mix.exs
1818

19-
def application do
20-
[applications: [:example_files]]
21-
end
22-
2319
# ...
2420
defp deps do
2521
[{:example_files, "~> 0.2", only: [:dev, :test]}]

0 commit comments

Comments
 (0)