Skip to content

Commit

Permalink
Merge pull request #384 from gushonorato/patch-1
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
edgurgel authored Jul 25, 2019
2 parents ab7fce0 + 5dc65ac commit 2b38e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ First, add HTTPoison to your `mix.exs` dependencies:

```elixir
def deps do
[{:httpoison, "~> 1.4"}]
[
{:httpoison, "~> 1.5"}
]
end
```

Expand Down

0 comments on commit 2b38e8f

Please sign in to comment.