diff --git a/README.md b/README.md
index 9f4ccbe..43ec318 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Type back the code on the keyboard and the code will be removed from the
- Mouseover effect: you will need to hover (or click for select) the question response to complete it automaticaly.


-- Table formatting: Format table from the question to make it more readable for CHAT-GPT.
+- Table formatting: Format table from the question to make it more readable for CHAT-GPT but cost most tokens (so if the question is too large it will make an error). Example of formatted table:
```
--------------------------------
@@ -65,7 +65,7 @@ Type back the code on the keyboard and the code will be removed from the
- Infinite try: click as much as you want on the question (don't forget to reset the question).
-## Examples
+## Supported questions type
### Select
@@ -107,4 +107,4 @@ To know if the answer has been copied to the clipboard, you can look at the titl
## Test
-To test the code, you can run the index.html file located in the "test" folder with a local server on localhost.
+To test the code, you can run the index.html file located in the "test" folder with a local server on localhost. Or a better solution is to install moodle locally.