From bf648d43aa07e13c6ee8ce87bbf6bb67959d8910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Fri, 19 May 2017 20:42:17 +0200 Subject: [PATCH] Fix broken markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b35c1..992010d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ HTTP client for Elixir, based on [HTTPotion](https://github.com/myfreeweb/httpotion) ([documentation](http://hexdocs.pm/httpoison/)). -##Note about broken ssl in Erlang 19 +## Note about broken ssl in Erlang 19 Until this [issue](https://bugs.erlang.org/browse/ERL-192) is fixed ssl handshakes may fail. If you receive this error: ``` {:error, %HTTPoison.Error{id: nil, reason: :closed}}