Skip to content

Commit

Permalink
Remove :applications instructions from getting started guide
Browse files Browse the repository at this point in the history
It was previously removed from the README but hasn't yet been removed
from the Getting Started Guide.
  • Loading branch information
axelson authored and bitwalker committed Dec 25, 2020
1 parent 6d70057 commit 583b21d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ the vast majority of functionality you will care about.
To use Timex with your projects, edit your `mix.exs` file and add it as a dependency, as well as add `:timex` to your applications list.

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

defp deps do
[{:timex, "~> 3.0"}]
end
Expand Down

0 comments on commit 583b21d

Please sign in to comment.