Skip to content

Commit

Permalink
Merge pull request #37 from michalmuskala/patch-3
Browse files Browse the repository at this point in the history
No need to add to extra applications in mix
  • Loading branch information
zhongwencool committed May 22, 2018
2 parents 2f156c4 + 652f187 commit ba4c3a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ dep_observer_cli = hex 1.3.1
```elixir
# mix.exs
def deps do
[{:observer_cli, "~> 1.3.1"}]
[{:observer_cli, "~> 1.3"}]
end
def application do
[extra_applications: [:observer_cli]]
end
```
------------------
### How-To
Expand Down

0 comments on commit ba4c3a4

Please sign in to comment.