diff --git a/README.md b/README.md
index c044f70f8..725c66ac4 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@
spread
zip
+
# :scroll: String
+
# :heavy_division_sign: Math
- gcd
@@ -31,6 +33,7 @@
- max_n
- min_n
+
## :books: List
diff --git a/scripts/readme.py b/scripts/readme.py
index ebb9238eb..aedfbaa35 100644
--- a/scripts/readme.py
+++ b/scripts/readme.py
@@ -39,7 +39,7 @@ for category in tag_dict:
toAppend = toAppend + '# ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n '
for snippet in tag_dict[category]:
toAppend += f'- {snippet}
\n'
- toAppend += '
\n'
+ toAppend += '\n\n'
toAppend += '
\n'
for category in tag_dict:
toAppend = toAppend + '## ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n'