diff --git a/README.md b/README.md
index 159c6e3..85f5c1c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Gwen-Admin
-# 基于 Vue3 + Element Plus 的后台管理系统
+# RustDesk API Web
+# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
-
+
@@ -13,9 +13,9 @@
# 安装步骤
-~~~shell script
-git clone https://github.com/lejianwen/Gwen-admin.git
-cd Gwen-admin
+```shell
+git clone https://github.com/lejianwen/rustdesk-api-web
+cd rustdesk-api-web
npm install
// 本地开发
@@ -24,18 +24,4 @@ npm run dev
// 打包
npm run build
-// 本地预览
-npm run server
-~~~
-
-## 功能
-
-- [x] Element Plus
-- [x] 登录/注销
-- [x] 路由权限
-- [x] Dashboard
-- [x] 表格
-- [x] 表单
-- [x] 图片本地/oss上传
-- [x] 404
-- [x] 多级菜单
+```