diff --git a/README.md b/README.md
index b5f1f28c..61de9eaf 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-## DedeV6
+## Dedev6
 
 DedeBIZ系统基于PHP7版本开发,具有很强的可扩展性,并且完全开放源代码。DedeBIZ支持采用现流行的Go语言设计开发,拥有简单易用、灵活扩展特性之外更安全、高效。模板设计制作简单,一直是系统一大特点,延续之前标签,同时采用响应式模板引擎Bootstrap作为系统模板渲染引擎,让搭建跨终端和移动端全媒体站点更简单。
 
 ## 版本说明
 
-DedeV6.x是一个LTS版本,支持将到2025年10月截止,目前DedeV6已经发布,可以[点击下载](https://www.dedebiz.com/download)获取
+Dedev6.x是一个LTS版本,支持将到2025年10月截止,目前Dedev6已经发布,可以[点击下载](https://www.dedebiz.com/download)获取
 
 ![DedeBIZ](docs/dedebiz.png)
 
diff --git a/src/install/install.html b/src/install/install.html
index 47786eb1..d38293eb 100644
--- a/src/install/install.html
+++ b/src/install/install.html
@@ -3,7 +3,7 @@
 	<head>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
-		<title>安装DedeV<?php echo $cfg_version_detail;?></title>
+		<title>安装Dedev<?php echo $cfg_version_detail;?></title>
 		<link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
 		<link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
 		<link rel="stylesheet" href="/static/web/css/admin.css">
@@ -35,7 +35,7 @@
 				<div class="alert alert-warning">请先阅读<a href="https://www.dedebiz.com/license?from=install" target="_blank">《站点授权协议》</a></div>
 				<div class="card shadow-sm mb-3">
 					<div class="card-header text-center">
-						<h1>安装DedeV<?php echo $cfg_version_detail;?></h1>
+						<h1>安装Dedev<?php echo $cfg_version_detail;?></h1>
 					</div>
 					<div class="card-body">
 						<form name="form1" action="/install/index.php" method="post">