diff --git a/README.md b/README.md
index 9074263..526edb9 100644
--- a/README.md
+++ b/README.md
@@ -521,6 +521,8 @@ import pytz
 ```python
 >>> dt = datetime.strptime('2015-05-14 23:39:00', '%Y-%m-%d %H:%M:%S')
 ```
+
+#### Rest of the options:
 * **`'y'` - Year, 2 digits**
 * **`'b'` - Month, abbreviated name**
 * **`'B'` - Month, full name**