From 6d69a3c289406660218dc52dbf5acce9c2437c8d Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 29 Nov 2024 14:15:13 -0500 Subject: [PATCH] Remove technical details from README.md that are in the docs --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 98d419e..f090e9a 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,7 @@ pub fn main() { ``` Instead of defining a maximum number of attempts, you can use an expiry mode. -This will cause the operation to cease retrying after a specified duration. It's -important to note that the expiry mode will not interrupt an operation that is -currently in progress; the ongoing attempt will be allowed to complete before -the operation is considered expired. +This will cause the operation to cease retrying after a specified duration. ```gleam use <- persevero.execute(