From df5b9ab5b68b8c92e54a521398f4a1bf0560af11 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:20:03 +0200 Subject: [PATCH] Update README.md --- shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/README.md b/shell/README.md index de1c9e0..c66d65b 100644 --- a/shell/README.md +++ b/shell/README.md @@ -69,7 +69,7 @@ Set this up in git config aliases as `c` or something. If this was in a _bin_ di c = '! git commit --edit -m "$(autofill.sh)"' ``` -Then instead of `git commit`, you cando: +Then instead of `git commit`, you can do: ```sh $ git c