Skip to content

Commit

Permalink
Fixed close brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpersons authored Nov 18, 2016
1 parent 108a298 commit 8ef2eff
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 8ef2eff

Please sign in to comment.