diff --git a/README.md b/README.md
index 2aabfdefe..2d4f7fb60 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ average(1, 2, 3);
## Table of Contents
-### 🔌 Adapter
+### 🔌 undefined
View contents
@@ -92,7 +92,7 @@ average(1, 2, 3);
-### 📚 Array
+### 📚 undefined
View contents
@@ -173,7 +173,7 @@ average(1, 2, 3);
-### 🌐 Browser
+### 🌐 undefined
View contents
@@ -206,7 +206,7 @@ average(1, 2, 3);
-### ⏱️ Date
+### ⏱️ undefined
View contents
@@ -219,7 +219,7 @@ average(1, 2, 3);
-### 🎛️ Function
+### 🎛️ undefined
View contents
@@ -248,7 +248,7 @@ average(1, 2, 3);
-### ➗ Math
+### ➗ undefined
View contents
@@ -289,7 +289,7 @@ average(1, 2, 3);
-### 📦 Node
+### 📦 undefined
View contents
@@ -307,7 +307,7 @@ average(1, 2, 3);
-### 🗃️ Object
+### 🗃️ undefined
View contents
@@ -343,7 +343,7 @@ average(1, 2, 3);
-### 📜 String
+### 📜 undefined
View contents
@@ -377,7 +377,7 @@ average(1, 2, 3);
-### 📃 Type
+### 📃 undefined
View contents
@@ -403,7 +403,7 @@ average(1, 2, 3);
-### 🔧 Utility
+### 🔧 undefined
View contents
@@ -433,7 +433,7 @@ average(1, 2, 3);
---
- ## 🔌 Adapter
+ ## 🔌 undefined
### ary
@@ -754,7 +754,7 @@ const unary = fn => val => fn(val);
[⬆ Back to top](#table-of-contents)
---
- ## 📚 Array
+ ## 📚 undefined
### chunk
@@ -2695,7 +2695,7 @@ zipWith(
[⬆ Back to top](#table-of-contents)
---
- ## 🌐 Browser
+ ## 🌐 undefined
### arrayToHtmlList
@@ -3439,7 +3439,7 @@ UUIDGeneratorBrowser(); // '7982fcfe-5721-4632-bede-6000885be57d'
[⬆ Back to top](#table-of-contents)
---
- ## ⏱️ Date
+ ## ⏱️ undefined
### formatDuration
@@ -3580,7 +3580,7 @@ tomorrow(); // 2017-12-27 (if current date is 2017-12-26)
[⬆ Back to top](#table-of-contents)
---
- ## 🎛️ Function
+ ## 🎛️ undefined
### attempt
@@ -4201,7 +4201,7 @@ unfold(f, 10); // [-10, -20, -30, -40, -50]
[⬆ Back to top](#table-of-contents)
---
- ## ➗ Math
+ ## ➗ undefined
### average
@@ -5074,7 +5074,7 @@ toSafeInteger(Infinity); // 9007199254740991
[⬆ Back to top](#table-of-contents)
---
- ## 📦 Node
+ ## 📦 undefined
### atob
@@ -5356,7 +5356,7 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
[⬆ Back to top](#table-of-contents)
---
- ## 🗃️ Object
+ ## 🗃️ undefined
### bindAll
@@ -6153,7 +6153,7 @@ truthCheckCollection([{ user: 'Tinky-Winky', sex: 'male' }, { user: 'Dipsy', sex
[⬆ Back to top](#table-of-contents)
---
- ## 📜 String
+ ## 📜 undefined
### anagrams
@@ -6857,7 +6857,7 @@ words('python, javaScript & coffee'); // ["python", "javaScript", "coffee"]
[⬆ Back to top](#table-of-contents)
---
- ## 📃 Type
+ ## 📃 undefined
### getType
@@ -7324,7 +7324,7 @@ isValidJSON(null); // true
[⬆ Back to top](#table-of-contents)
---
- ## 🔧 Utility
+ ## 🔧 undefined
### castArray