Skip to content

Commit

Permalink
manual changes in readme
Browse files Browse the repository at this point in the history
fix display
  • Loading branch information
benoitc committed Aug 24, 2013
1 parent 1068b5a commit 8581ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ Method = post,
{ok, Client1} = hackney:stream_request_body(ReqBody, Client),
{ok, _Status, _Headers, Client2} = hackney:start_response(Client1),
{ok, Body, Client3} = hackney:body(Client2),
hackney:close(Client3).`''
hackney:close(Client3).
```

### Use a pool

Expand Down

0 comments on commit 8581ed6

Please sign in to comment.