Skip to content

Commit

Permalink
Merge pull request #587 from cgorshing/hackney-readme-typo
Browse files Browse the repository at this point in the history
Corrected mis-placed parens in README
  • Loading branch information
snewcomer committed Apr 26, 2020
2 parents 356d31f + 23506a0 commit 13ccb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -92,7 +92,7 @@ config :stripity_stripe, json_library: Poison
To set timeouts, pass opts for the http client. The default one is Hackney.

```ex
config :stripity_stripe, hackney_opts: [{:connect_timeout, 1000}, {:recv_timeout, 5000}])
config :stripity_stripe, hackney_opts: [{:connect_timeout, 1000}, {:recv_timeout, 5000}]
```

### Request Retries
Expand Down

0 comments on commit 13ccb12

Please sign in to comment.