From adf669f253309eb3ce940e6eb435522c0f1c87c4 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Fri, 24 Mar 2023 14:01:28 -0400
Subject: [PATCH] v1.0.0
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 59d9dea..a9f5123 100644
--- a/README.md
+++ b/README.md
@@ -54,10 +54,10 @@ Type back the code on the keyboard and the code will be removed from the
- 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:
```
-| 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 |
```
- Infinite try: click as much as you want on the question (don't forget to reset the question).