Satisfy linter's ordered list

diff --git a/common/git-started.md b/common/git-started.md
index 9f017d6..16092dc 100644
--- a/common/git-started.md
+++ b/common/git-started.md
@@ -138,13 +138,13 @@
 
 We have a few choices of how to pick commits.
 
-1. Cherry-picking commits to current branch
+#### Cherry-picking commits to current branch
 
     git review -x changenumber
 
 will cherry-pick that commit to the current branch you are in.  A benefit of this is the next time you `repo sync –force-sync`, it will discard the commits you picked.
 
-2. Cherry-picking commits to new branch
+#### Cherry-picking commits to new branch
 
     git review -d changenumber