diff --git a/README.md b/README.md
index 9ee6397..978b1b9 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,12 @@ A web client for ChatGPT, using OpenAI's API.
2023-03-04
-**Update to the latest official chat model `gpt-3.5-turbo` **
+**Update to the latest official chat model ** `gpt-3.5-turbo`
+
+
+2023-02-24
Version 2 is a major update that separates the backend functionality as an independent project, hosted at [chatgpt-ui-server](https://github.com/WongSaang/chatgpt-ui-server).
If you still wish to use the old version, please visit the [v1 branch](https://github.com/WongSaang/chatgpt-ui/tree/v1).
@@ -25,6 +28,8 @@ Version 2 introduces the following new features:
- 😀 Ability to store data in an external database (defaulting to Sqlite).
- 😎 Session persistence, allowing the API to answer questions based on your context.
+
+
## Quick start with Docker Compose