diff --git a/README.md b/README.md
index 2606b1d57..e394e6b5d 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 a373d56f7..a61a182a0 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'