From 7fd053f4d0ae7077d678082f4670c9423c3fbdcd Mon Sep 17 00:00:00 2001 From: ddddddO Date: Thu, 14 Dec 2023 20:19:41 +0900 Subject: [PATCH] fix confirm sample code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76623504..5d3bfad1 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Prompt the user to confirm (Yes or No). ```go huh.NewConfirm(). - Title("You sure?"). + Title("Are you sure?"). Affirmative("Yes!"). Negative("No."). Value(&confirm)