summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaas Lalani <maas@lalani.dev>2024-04-04 02:26:40 -0400
committerGitHub <noreply@github.com>2024-04-04 02:26:40 -0400
commit42f59ed330459b8f4c0d3a3e97edc837aac2ccb1 (patch)
tree4090f968eae1e303129b85e14b6fee1c3fca8b1c
parent1705593eb9dce816cd93dcdc27a92761b775a242 (diff)
Update README.md (#531)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac9f088..f5c271a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ useful shell scripts and dotfiles aliases with just a few lines of code.
Let's build a simple script to help you write [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)
for your dotfiles.
-Ask for the commit type with gum choose:p
+Ask for the commit type with gum choose:
```bash
gum choose "fix" "feat" "docs" "style" "refactor" "test" "chore" "revert"
```