diff --git a/README.md b/README.md
index 9e06fd55a..c204a9e65 100644
--- a/README.md
+++ b/README.md
@@ -11,27 +11,27 @@
## Table of Content
# :books: List
-
- chunk
-- compact
-- count_occurences
-- deep_flatten
-- difference
-- shuffle
-- spread
-- zip
+
# :scroll: String
- - count_vowels
+
# :heavy_division_sign: Math
- - gcd
-- lcm
-- max_n
-- min_n
+
diff --git a/scripts/readme.py b/scripts/readme.py
index ace4fb415..09f34a91d 100644
--- a/scripts/readme.py
+++ b/scripts/readme.py
@@ -38,7 +38,7 @@ toAppend += '## Table of Content \n'
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 += f'- `{snippet}`
\n'
toAppend += '
\n\n'
toAppend += '
\n\n'
for category in tag_dict: