diff --git a/book.json b/book.json
index ff19e2974a..3da42c4b1c 100644
--- a/book.json
+++ b/book.json
@@ -1,6 +1,5 @@
 {
     "structure": {
-        "readme": "home.md",
         "summary": "_summary.md"
     },
     "plugins" : ["toolbar", "edit-link", "anchors"],
diff --git a/docs/home.md b/docs/README.md
similarity index 100%
rename from docs/home.md
rename to docs/README.md
diff --git a/docs/_summary.md b/docs/_summary.md
index f2229be694..115132cd30 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -1,5 +1,4 @@
-* Getting started 
-  * [Introduction](home.md)
+* [Getting started](README.md) 
   * [QMK Overview](qmk_overview.md)
   * [Build Environment Setup](build_environment_setup.md)
   * [Make instructions](make_instructions.md)