Skip to content

Commit

Permalink
Use looser version spec in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoegele committed Sep 2, 2017
1 parent d950cf5 commit 576f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wait_for_it, "~> 1.1.0"}
{:wait_for_it, "~> 1.1"}
]
end
```
Expand Down

0 comments on commit 576f7fc

Please sign in to comment.