diff --git a/README.md b/README.md
index 7ccf3c5..8948192 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
[English Doc](README_EN.md)
-本项目使用 Go 实现了 RustDesk 的 API,并包含了 Web Admin 和 Web 客户端。RustDesk 是一个远程桌面软件,提供了自托管的解决方案。
+本项目使用 Go 实现了 RustDesk 的 API,并包含了 Web Admin 和 Web 客户端。
+

@@ -13,6 +14,14 @@
+## 搭配[lejianwen/rustdesk-server]使用更佳。
+> [lejianwen/rustdesk-server]fork自RustDesk Server官方仓库
+> 1. 解决了使用API链接超时问题
+> 2. 可以强制登录后才能发起链接
+> 3. 支持客户端websocket
+
+
+
# 特性
- PC端API
@@ -325,3 +334,5 @@
## 感谢你的支持!如果这个项目对你有帮助,请点个⭐️鼓励一下,谢谢!
+
+[lejianwen/rustdesk-server]: https://github.com/lejianwen/rustdesk-server
\ No newline at end of file
diff --git a/README_EN.md b/README_EN.md
index 20adac2..f2d2687 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -12,6 +12,13 @@ desktop software that provides self-hosted solutions.
+## Better used with [lejianwen/rustdesk-server].
+> [lejianwen/rustdesk-server] is a fork of the official RustDesk Server repository.
+> 1. Solves the API connection timeout issue.
+> 2. Can enforce login before initiating a connection.
+> 3. Supports client websocket.
+
+
# Features
- PC API
@@ -325,3 +332,6 @@ Thanks to everyone who contributed!
## Thanks for your support! If you find this project useful, please give it a ⭐️. Thank you!
+
+
+[lejianwen/rustdesk-server]: https://github.com/lejianwen/rustdesk-server
\ No newline at end of file