diff --git a/README.md b/README.md
index 5aeb6188..86c692ad 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
## 🎉 News
-* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer
to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode) and [example](WareHouse/Gomoku_GitMode_20231025184031).
+* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer
to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).
+ -
- You can also search ``git Information`` in the log file to see when did commit happen.
- ⚠️ There are a few things worth noting about Git Mode:
- ChatDev is a git project, and we need to create another git project in the generated software folder, so we use ``git submodule`` to make this "git over git" function. A ``.gitmodule`` file will be created.