diff --git a/Index.md b/Index.md
index 6232544..59144b6 100644
--- a/Index.md
+++ b/Index.md
@@ -1,5 +1,6 @@
# book6 Main Index
+
This index was created automatically, so it's dumb. It is not case-sensitive. It has links to each section that mentions each keyword.
[address ●](./1.%20Introduction%20and%20Foreword/How%20a%20user%20sees%20IPv6.md)
diff --git a/utilities/indexBook.py b/utilities/indexBook.py
index d12139a..c29c660 100644
--- a/utilities/indexBook.py
+++ b/utilities/indexBook.py
@@ -259,7 +259,7 @@ for i in range(len(index)):
index[i] = index[i].replace(head, '['+blob)
index.insert(0,'# book6 Main Index\n')
-index.insert(1,'
\n')
+index.insert(1,'
\n\n')
index.insert(2,"This index was created automatically, so it's dumb. ")
index.insert(3,"It is not case-sensitive. ")
index.insert(4,'It has links to each section that mentions each keyword.\n')