Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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