diff --git a/README.md b/README.md
index e036b03bd..d2303ccd5 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,8 @@
-## Adapter
+---
+ ## Adapter
### call
@@ -424,7 +425,8 @@ arrayMax([1, 2, 4]); // 4
[⬆ Back to top](#table-of-contents)
-## Array
+---
+ ## Array
### chunk
@@ -1437,7 +1439,8 @@ zipObject(['a', 'b'], [1, 2, 3]); // {a: 1, b: 2}
[⬆ Back to top](#table-of-contents)
-## Browser
+---
+ ## Browser
### arrayToHtmlList
@@ -1888,7 +1891,8 @@ UUIDGeneratorBrowser(); // '7982fcfe-5721-4632-bede-6000885be57d'
[⬆ Back to top](#table-of-contents)
-## Date
+---
+ ## Date
### getDaysDiffBetweenDates
@@ -1988,7 +1992,8 @@ tomorrow(); // 2017-12-27 (if current date is 2017-12-26)
[⬆ Back to top](#table-of-contents)
-## Function
+---
+ ## Function
### chainAsync
@@ -2151,7 +2156,8 @@ async function sleepyWork() {
[⬆ Back to top](#table-of-contents)
-## Logic
+---
+ ## Logic
### negate
@@ -2175,7 +2181,8 @@ negate(isOdd)(1); // false
[⬆ Back to top](#table-of-contents)
-## Math
+---
+ ## Math
### average
@@ -2880,7 +2887,8 @@ sum([1, 2, 3, 4]); // 10
[⬆ Back to top](#table-of-contents)
-## Media
+---
+ ## Media
### speechSynthesis
@@ -2910,7 +2918,8 @@ speechSynthesis('Hello, World'); // // plays the message
[⬆ Back to top](#table-of-contents)
-## Node
+---
+ ## Node
### JSONToFile
@@ -2999,7 +3008,8 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
[⬆ Back to top](#table-of-contents)
-## Object
+---
+ ## Object
### cleanObj
@@ -3214,7 +3224,8 @@ truthCheckCollection([{ user: 'Tinky-Winky', sex: 'male' }, { user: 'Dipsy', sex
[⬆ Back to top](#table-of-contents)
-## String
+---
+ ## String
### anagrams
@@ -3738,7 +3749,8 @@ words('python, javaScript & coffee'); // ["python", "javaScript", "coffee"]
[⬆ Back to top](#table-of-contents)
-## Utility
+---
+ ## Utility
### coalesce