diff --git a/index.html b/index.html
index 2fb5d5b..1f2df11 100644
--- a/index.html
+++ b/index.html
@@ -45,12 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic
## Lists
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
-### Unordered
+#### Unordered
* Lists are a piece of cake too
* They even auto continue as you type
* A double enter will end them
-### Ordered
+#### Ordered
1. Numbered lists...
2. ...work too!