Skip to content

Commit

Permalink
FIXUP README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Sawert <[email protected]>
  • Loading branch information
akarl and bombsimon authored Dec 9, 2024
1 parent 4ef8fe4 commit eb9c9dc
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 @@ -199,8 +199,8 @@ if err != nil {

#### Timeout

You can set a timeout on requests with `Client.WithTimeout`,
`Request.WithTimeout` or having a context with a deadline set. Timeouts set on
You can set a timeout on requests with `Client.WithTimeout(duration)`,
`Request.WithTimeout(duration)` or having a context with a deadline set. Timeouts set on
the request will take precedence.

When a request expects a reply (`Request.Reply`), the outgoing message
Expand Down

0 comments on commit eb9c9dc

Please sign in to comment.