From 92cd4b0107d7aa3cb7da6c0705503708e7faf621 Mon Sep 17 00:00:00 2001 From: eetann Date: Wed, 7 Sep 2022 17:59:08 +0900 Subject: [PATCH] docs: fix `write` key description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f8dc5..dd928ee 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ gum input --password > password.text Prompt for some multi-line text. -Note: `CTRL+D` is used to complete text entry. `CTRL+C` and `esc` will cancel. +Note: `CTRL+D` and `esc` are used to complete text entry. `CTRL+C` will cancel. ```bash gum write > story.text