diff --git a/README.md b/README.md index 38a76ea..c5bc73d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ First, add HTTPoison to your `mix.exs` dependencies: ```elixir def deps do - [{:httpoison, "~> 0.12"}] + [{:httpoison, "~> 0.13"}] end ```