Skip to content

Commit

Permalink
add ref to v2 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 15, 2025
1 parent ebb7c14 commit 7a69de9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Repeater calls a function until it returns no error, up to some number of iterations and delays defined by strategy. It terminates immediately on err from the provided (optional) list of critical errors.

## Actual version

The current version is v2, see [v2 readme](v2/README.md) for details.

----

## Install and update

`go get -u github.com/go-pkgz/repeater`
Expand Down

0 comments on commit 7a69de9

Please sign in to comment.