浏览代码

Capitalize headings

Tim Byrne 7 年之前
父节点
当前提交
8af5425dc3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      completion/README.md

+ 2 - 2
completion/README.md

@@ -1,6 +1,6 @@
 # Installation
 # Installation
 
 
-## bash completions
+## Bash completions
 ### Prerequisites
 ### Prerequisites
 **yadm** completion only works if Git completions are also enabled.
 **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
 [ -f /full/path/to/yadm.bash_completion ] && source /full/path/to/yadm.bash_completion
 ```
 ```
 
 
-## zsh completions
+## Zsh completions
 ### Homebrew
 ### Homebrew
 If using `homebrew` to install **yadm**, completions should handled automatically.
 If using `homebrew` to install **yadm**, completions should handled automatically.