Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
grammar fix
Seth Ammons committed Jun 1, 2015
1 parent f0e1456 commit e35f6b7
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
@@ -1,6 +1,6 @@
# pester

`pester` wraps Go's standard lib's http client to provide several options to increase resiliency in your request. If you experience poor network conditions or requests could experience varied delays, you can now pester the endpoint for data.
`pester` wraps Go's standard lib http client to provide several options to increase resiliency in your request. If you experience poor network conditions or requests could experience varied delays, you can now pester the endpoint for data.
- Send out multiple requests and get the first back (only used for GET calls)
- Retry on errors
- Backoff

0 comments on commit e35f6b7

Please sign in to comment.