diff --git a/README.md b/README.md
index 6bb5126..c81b186 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/08 PyQt5 exe/README.md b/src/08 PyQt5 exe/README.md
index dbb0023..12e0fa7 100644
--- a/src/08 PyQt5 exe/README.md
+++ b/src/08 PyQt5 exe/README.md
@@ -4,7 +4,7 @@ Once you have a PyQt5 application, you want to compile your Python source code i
This example uses [fbs](https://build-system.fman.io) to create a standalone executable and an installer for the text editor in [example 07](../07%20Qt%20Text%20Editor).
-
+
You can find a modified version of the ["old" main.py](../07%20Qt%20Text%20Editor/main.py) in [`src/main/python/main.py`](src/main/python/main.py). It only has a few extra lines:
diff --git a/src/08 PyQt5 exe/pyqt5-exe.png b/src/screenshots/pyqt5-exe.png
similarity index 100%
rename from src/08 PyQt5 exe/pyqt5-exe.png
rename to src/screenshots/pyqt5-exe.png
diff --git a/src/08 PyQt5 exe/pyqt5-installer-mac.png b/src/screenshots/pyqt5-installer-mac.png
similarity index 100%
rename from src/08 PyQt5 exe/pyqt5-installer-mac.png
rename to src/screenshots/pyqt5-installer-mac.png