diff --git a/README.md b/README.md
index 0bebb3e..4e00b09 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[
| :--: | :--: | :--: | :--: |
| Action Shooter | Chat Client | Tree Views | Lists |
-| |
|
+|
|
|
| :--: | :--: |
| Custom Tables | PyQt database example |
diff --git a/src/14 QAbstractTableModel example/README.md b/src/14 QAbstractTableModel example/README.md
index 2634704..32416da 100644
--- a/src/14 QAbstractTableModel example/README.md
+++ b/src/14 QAbstractTableModel example/README.md
@@ -2,7 +2,7 @@
This [`QAbstractTableModel`](https://doc.qt.io/qt-5/qabstracttablemodel.html) example shows how you can define a custom Qt _model_ to display tabular data.
-