diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c17867..cbd2985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Removed langage
- Added a button next to model to get the last ChatGPT version
+- Added update message
## v1.0.0
diff --git a/README.md b/README.md
index a0d4bd7..81114df 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ If MoodleGPT cannot complete one of your moodle quiz please provide the html cod
## Set up
-Go to "Manage my extensions" on your browser, then click on "Load unpacked extension" and select the "extension" folder. Afterwards, click on the extension icons and enter the apiKey obtained from [openai](https://platform.openai.com/). Finally, enter a code that will activate the extension on your moodle page and click on the save button (The extension need to be configured before entering the moodle quiz).
+Go to "Manage my extensions" on your browser, then click on "Load unpacked extension" and select the "extension" folder. Afterwards, click on the extension icons and enter the apiKey obtained from [openai](https://platform.openai.com/). Afterward, enter a code that will activate the extension on your moodle page. Finally, click one the reload button next to model and click on the save button (The extension need to be configured before entering the moodle quiz).
## Inject the code into the moodle
@@ -38,7 +38,7 @@ Type back the code on the keyboard and the code will be removed from the
- Api key: the openai api key.
- Code: code that you will need to inject/remove the code.
-- GPT Model: the gpt model you want to use (by default it's "gpt-3.5-turbo"). You can click on the reload button to get the latest version of available gpt model for your account but you need to enter the api key first.
+- GPT Model: the gpt model you want to use. You can click on the reload button to get the latest version of available gpt model for your account but you need to enter the api key first.
- Cursor indication: show a pointer cursor and a hourglass to know when the request is finished.
- Title indication: show some informations into the title to know for example if the code have been injected.

diff --git a/assets/popup.png b/assets/popup.png
index 0348af3..33be609 100644
Binary files a/assets/popup.png and b/assets/popup.png differ
diff --git a/extension/popup/index.html b/extension/popup/index.html
index da3c28b..c62ec07 100644
--- a/extension/popup/index.html
+++ b/extension/popup/index.html
@@ -6,7 +6,8 @@