Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Dec 19, 2024
1 parent 43ce21d commit 5245d83
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 @@ -13,7 +13,7 @@ Import path is `github.com/cenkalti/backoff/v5`. Please note the version part at

For most cases, use `Retry` function. See [example_test.go][example] for an example.

If you have specific needs, copy the [`Retry`][retry-src] function into your code and modify it as needed.
If you have specific needs, copy `Retry` function (from [retry.go][retry-src]) into your code and modify it as needed.

## Contributing

Expand Down

0 comments on commit 5245d83

Please sign in to comment.