diff --git a/README.md b/README.md
index 698270a50..2606b1d57 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@
shuffle
spread
zip
-
+
### :scroll: String
View contents
+
### :heavy_division_sign: Math
@@ -32,7 +32,7 @@
lcm
max_n
min_n
-
+
diff --git a/scripts/readme.py b/scripts/readme.py
index 274be23b3..a373d56f7 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\nView contents '
for snippet in tag_dict[category]:
toAppend += f'{snippet} \n'
- toAppend += '
\n\n'
+ toAppend += '\n\n'
toAppend += '
\n\n'
for category in tag_dict:
toAppend = toAppend + '## ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n'