From bbd2974d41c501df7baea84a92710e4437f47273 Mon Sep 17 00:00:00 2001 From: I-Man Ng Date: Thu, 9 May 2019 19:19:25 +0800 Subject: [PATCH] Fix typo Thank Costin Stefan for the reminder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da69e4f..517e233 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Ctrl + x + Ctrl + e : launch editor define by $EDITOR Esc + u # converts text from cursor to the end of the word to uppercase. Esc + l -# converts text from cursor to the end of the word to uppercase. +# converts text from cursor to the end of the word to case. Esc + c # converts letter under the cursor to uppercase. ```