From 576f7fc4fdd8e629c335ccc98e6b05e15b700519 Mon Sep 17 00:00:00 2001 From: Jason Voegele Date: Sat, 2 Sep 2017 14:26:01 -0400 Subject: [PATCH] Use looser version spec in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e9f19..ded1b5a 100644 --- a/README.md +++ b/README.md @@ -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 ```