Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #124
  • Loading branch information
puzza007 committed Aug 3, 2021
1 parent ca550b4 commit 0db1e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Opts = #{url => <<"https://example.com">>.
headers => ReqHeaders,
connecttimeout_ms => 5000,
proxy => <<"http://127.0.0.1:9000">>,
sslverifyhost => false,
sslverifypeer => false}.
ssl_verifyhost => false,
ssl_verifypeer => false}.
{ok, Session} = katipo_session:new(Pool, Opts).
{{ok, #{status := 200}}, Session2} =
katipo_session:req(#{body => <<"some data">>}, Session).
Expand Down

0 comments on commit 0db1e75

Please sign in to comment.