fix docs
diff --git a/README.md b/README.md
index 59b926c..3eaff4b 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,9 @@
     gerritPassword = {gerritPassword}
 ```
 
+If you wish to encrypt the information within the `secure.config` file, you can refer
+to: https://gerrit.googlesource.com/plugins/secure-config
+
 ### Project Configuration
 
 To add the following content, please edit the `project.config` file in `refs/meta/config`:
@@ -78,9 +81,7 @@
 #### Secure Configuration
 
 Please ensure **strict control over the access permissions of `refs/meta/config`** since sensitive information such as
-`gptToken` and `gerritPassword` is configured in the `project.config` file within `refs/meta/config`. If you wish to
-encrypt
-the information within the `secure.config` file, you can refer to: https://gerrit.googlesource.com/plugins/secure-config
+`gptToken` and `gerritPassword` is configured in the `project.config` file within `refs/meta/config`.
 
 ### Required Parameters
 
diff --git a/README.zh.md b/README.zh.md
index 2ad4068..498ecca 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -54,6 +54,8 @@
     gerritPassword = {gerritPassword}
 ```
 
+如果你希望加密 `secure.config` 文件中的信息,可以参考:https://gerrit.googlesource.com/plugins/secure-config
+
 ### 项目配置
 
 编辑 `refs/meta/config` 的 `project.config` 文件,添加以下内容:
@@ -74,8 +76,7 @@
 #### 安全配置
 
 **请确保对 `refs/meta/config` 的访问权限被严格控制**,因为敏感信息(例如 `gptToken` 和 `gerritPassword`
-)配置在 `project.config` 文件中。如果你希望加密 `secure.config`
-文件中的信息,可以参考:https://gerrit.googlesource.com/plugins/secure-config
+)配置在 `project.config` 文件中。
 
 ### 必填参数