From 8af5425dc3c76f8534d7e2dc8d6c89ed746e34a0 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 24 Oct 2017 07:40:04 -0500 Subject: [PATCH] Capitalize headings --- completion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completion/README.md b/completion/README.md index 0e824bf..69dae8b 100644 --- a/completion/README.md +++ b/completion/README.md @@ -1,6 +1,6 @@ # Installation -## bash completions +## Bash completions ### Prerequisites **yadm** completion only works if Git completions are also enabled. @@ -16,7 +16,7 @@ Copy the completion script locally, and add this to you bashrc: [ -f /full/path/to/yadm.bash_completion ] && source /full/path/to/yadm.bash_completion ``` -## zsh completions +## Zsh completions ### Homebrew If using `homebrew` to install **yadm**, completions should handled automatically.