diff --git a/README.md b/README.md
index cdff37f..d81bfd0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[
| :--: | :--: | :--: | :--: |
| QML Python example | Qt Text Editor | Packaging & deployment | Qt Dark Theme |
-| |
|
|
|
+|
|
|
|
|
| :--: | :--: | :--: | :--: |
| Action Shooter | Chat Client | Tree Views | Lists |
diff --git a/src/12 QTreeView example in Python/README.md b/src/12 QTreeView example in Python/README.md
index 7a700c0..1d9b76d 100644
--- a/src/12 QTreeView example in Python/README.md
+++ b/src/12 QTreeView example in Python/README.md
@@ -2,7 +2,7 @@
A _tree view_ is what's classicaly used to display files and folders: A hierarchical structure where items can be expanded. This example application shows how PyQt5's [`QTreeView`](https://doc.qt.io/qt-5/qtreeview.html) can be used to display your local files.
-