Readme markdown cleanup.
diff --git a/README.markdown b/README.markdown
index ee581cb..b60b4db 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,7 +1,7 @@
git-flow-completion
===================
-Bash and Zsh completion support for [git-flow](http://github.com/nvie/gitflow)
+Bash and Zsh completion support for [git-flow](http://github.com/nvie/gitflow).
The contained completion routines provide support for completing:
@@ -19,16 +19,13 @@
1. Install this file. Either:
- a. Place it in a `bash_completion.d` folder:
+ 1. Place it in your `bash_completion.d` folder, usually something like `/etc/bash_completion.d`,
+ `/usr/local/etc/bash_completion.d` or `~/bash_completion.d`.
- * /etc/bash_completion.d
- * /usr/local/etc/bash_completion.d
- * ~/bash_completion.d
-
- b. Or, copy it somewhere (e.g. `~/.git-flow-completion.sh`) and put the following line in the `.profile` or
+ 2. Or, copy it somewhere (e.g. `~/.git-flow-completion.sh`) and put the following line in the `.profile` or
`.bashrc` file in your home directory:
- source ~/.git-flow-completion.sh
+ source ~/.git-flow-completion.sh
2. If you are using Git < 1.7.1, you will need to edit git completion (usually `/etc/bash_completion.d/git` or
`git-completion.sh`) and add the following line to the `$command` case in `_git`:
@@ -54,14 +51,14 @@
1. Install this file. Either:
- a. Place it in your .zshrc:
+ 1. Place it in your .zshrc:
- b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in
+ 2. Or, copy it somewhere (e.g. `~/.git-flow-completion.zsh`) and put the following line in
your .zshrc:
- source ~/.git-flow-completion.zsh
+ source ~/.git-flow-completion.zsh
- c. Or, use this file as an oh-my-zsh plugin.
+ 3. Or, use this file as an oh-my-zsh plugin.
The Fine Print