Forgot list command for hotfixes.
diff --git a/README.mdown b/README.mdown
index a9a9248..2af8083 100644
--- a/README.mdown
+++ b/README.mdown
@@ -62,12 +62,13 @@
 
 * To list/start/finish release branches, use:
   
-  		git flow release 
+  		git flow release
   		git flow release start <release>
   		git flow release finish <release>
   
 * To list/start/finish hotfix branches, use:
   
+  		git flow hotfix
   		git flow hotfix start <release> [<base-release>]
   		git flow hotfix finish <release>