Skip to content

Commit

Permalink
Merge pull request edgurgel#192 from gmpersons/master
Browse files Browse the repository at this point in the history
Fixed missing close brace in README.md
  • Loading branch information
edgurgel authored Nov 20, 2016
2 parents 108a298 + 8ef2eff commit 7291d3f
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 @@ -12,7 +12,7 @@ Until this [issue](https://bugs.erlang.org/browse/ERL-192) is fixed ssl handshak
```
Try the following fix:
```elixir
HTTPoison.get("https://example.com/", [], [ ssl: [{:versions, [:'tlsv1.2'] ])
HTTPoison.get("https://example.com/", [], [ ssl: [{:versions, [:'tlsv1.2']}] ])
```

## But... why something so similar to HTTPotion?
Expand Down

0 comments on commit 7291d3f

Please sign in to comment.