diff --git a/README.md b/README.md
index 5303513..1a5318d 100644
--- a/README.md
+++ b/README.md
@@ -103,12 +103,14 @@ Go to "Manage my extensions" on your browser, then click on "Load unpa
Table are formated from the question to make it more readable for CHAT-GPT. Example of formatted table output:
```
-| id | name | birthDate | cars |
-----------------------------------------
-| Person 1 | Yvick | 15/08/1999 | yes |
-| Person 2 | Yann | 19/01/2000 | no |
+id | name | birthDate | cars
+------------------------------------
+Person 1 | Yvick | 15/08/1999 | yes
+Person 2 | Yann | 19/01/2000 | no
```
+
+
## Supported questions type
### Select
diff --git a/assets/table.gif b/assets/table.gif
new file mode 100644
index 0000000..f26bf2d
Binary files /dev/null and b/assets/table.gif differ