aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-03-11 16:07:03 +0530
committerGitHub <noreply@github.com>2022-03-11 16:07:03 +0530
commit6d5aa310072b48cd5dc696946426d1d431258411 (patch)
tree59ac32d7a7b5577a97cef57a3a8fb2fa32290822 /README.md
parent1a5b21f2cc1f15d50f05fda76ce528574b3d4053 (diff)
downloadanypinentry-6d5aa310072b48cd5dc696946426d1d431258411.tar.gz
anypinentry-6d5aa310072b48cd5dc696946426d1d431258411.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b586715..e12e9ab 100644
--- a/README.md
+++ b/README.md
@@ -22,5 +22,5 @@ The following variables inside `./anypinentry` script file can be configured.
You will need to use `AP_PROMPT`, `AP_YES`, `AP_NO`, `AP_ERROR` variables inside your actions.
* `prompt_action` - Action to show a prompt asking for password (Example using dmenu with password patch - `dmenu -P -p "$AP_PROMPT"`)
-* `confirm_action` - Action to confirm an action (YES or NO) (Example with dmenu - `echo -e "$AP_YES\n$AP_NO" | dmenu -p "$AP_PROMPT"`)
+* `confirm_action` - Action to confirm something (YES or NO) (Example with dmenu - `echo -e "$AP_YES\n$AP_NO" | dmenu -p "$AP_PROMPT"`)
* `display_error_action` - Action to display error messages to user (Example with notify-send - `notify-send "$AP_ERROR"`)