Skip to content

Commit

Permalink
Mention :extra_applications in the README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
whatyouhide committed May 11, 2017
1 parent abb3493 commit 7a4e3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,7 +25,8 @@ defp deps() do
end
```

and add `:redix` to your list of applications:
If using Elixir < 1.4 or not using `:extra_applications`, add `:redix` to your
list of applications:

```elixir
defp application() do
Expand Down

0 comments on commit 7a4e3d3

Please sign in to comment.