diff --git a/README.md b/README.md index 5991a7d..a19760f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,10 @@ Use `options.signal` to set an `AbortSignal` (throws a [AbortError](#aborterror) confirm(message: string, options?: ConfirmOptions): Promise ``` -Boolean prompt, return `options.initial` if user input is different from `y`/`yes`/`n`/`no` (case insensitive), (default `false`). +Boolean prompt, default to `options.initial` (`false`). + +> [!TIP] +> You can answer pressing Y or N Use `options.signal` to set an `AbortSignal` (throws a [AbortError](#aborterror)).