Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Sep 2, 2020
1 parent ee1e8fd commit 9cf9fa6
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
Expand Up @@ -175,7 +175,7 @@ if err != nil {
}

// Ensure the maximum total retry time is 5s.
b = WithCappedDuration(5 * time.Second, b)
b = WithMaxDuration(5 * time.Second, b)
```

## Benchmarks
Expand Down

0 comments on commit 9cf9fa6

Please sign in to comment.