Skip to content

Commit

Permalink
Merge pull request #21 from timbuchwaldt/patch-1
Browse files Browse the repository at this point in the history
Update example dependencies
  • Loading branch information
teamon authored Sep 11, 2016
2 parents 53e8d52 + dd48bb8 commit 6717677
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 @@ -30,7 +30,7 @@ Add `tesla` as dependency in `mix.exs`

```ex
defp deps do
[{:tesla, "~> 0.1.0"},
[{:tesla, "~> 0.5.0"},
{:poison, ">= 1.0.0"}] # for JSON middleware
end
```
Expand Down

0 comments on commit 6717677

Please sign in to comment.