Fix: "*" conflicted with markdown syntax
diff --git a/TODO.mdown b/TODO.mdown
index aa2a90c..7e652ac 100644
--- a/TODO.mdown
+++ b/TODO.mdown
@@ -2,4 +2,4 @@
 =========
 - Support configurable naming for fixed branch names 'master' and 'develop'
 - Support configurable naming conventions (i.e. name prefixes) for supporting
-  branches, instead of fixed 'release-*' and 'hotfix-*'
+  branches, instead of fixed 'release-\*' and 'hotfix-\*'