diff --git a/README.md b/README.md
index e0e9417..eee7841 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[
| :--: | :--: | :--: | :--: | :--: |
| Hello World! | Common PyQt Widgets | Layouts | Signals and Slots | Qt Designer & Python |
-| |
|
|
|
+|
|
|
|
|
| :--: | :--: | :--: | :--: |
| QML Python example | Qt Text Editor | Packaging & deployment | Qt Dark Theme |
diff --git a/src/06 QML Python example/README.md b/src/06 QML Python example/README.md
index 5b36be7..f001515 100644
--- a/src/06 QML Python example/README.md
+++ b/src/06 QML Python example/README.md
@@ -4,7 +4,7 @@ Qt can be broadly split into two technologies: _Qt Widgets_ is the old core. It
Qt Quick uses a markup language called QML. This example shows how you can combine QML with Python.
-