Skip to content

Commit

Permalink
Remove applications step in install
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 authored and yordis committed Jun 16, 2022
1 parent 1e34cfc commit 344438a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ An Elixir [OAuth](https://en.wikipedia.org/wiki/OAuth) 2.0 Client Library.
```elixir
# mix.exs

def application do
# Add the application to your list of applications.
# This will ensure that it will be included in a release.
[
applications: [:logger, :oauth2]
]
end

defp deps do
# Add the dependency
[
Expand Down

0 comments on commit 344438a

Please sign in to comment.