From c44e6a33e1b4f18181446e0ec075e12036316b64 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sat, 13 Aug 2022 23:18:25 +0800 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bff4002..db86613 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ By default, tips will show up like this : 💡 ga => git add ``` -But you customize it using the prompt environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation/alias and `{{ .cmd }}` with the corresponding command. +But you can customize it using the prompt environment variable. The plugin will replace `{{ .abbr }}` with the abbreviation/alias and `{{ .cmd }}` with the corresponding command. ⚠️ tips are displayed using `echo -e` (interpretation of backslash escapes)