diff --git a/README.md b/README.md
index 0e16d40ac..0236c170c 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,11 @@
English | [简体中文](./README_CN.md)
------------
-Why is zfoo protocol ?
------------
-
-- The protocol currently supports C++ C# Go Java Javascript TypeScript Lua GDScript Python
-- Universal distributed server protocol implementation, there are implementations in other languages, which can easily
- implement RPC, servers, and microservices on other platforms
-- Very fast custom format framework for Java binary serialization, with the fewest serialized bytes, more secure and
- compatible
-- In the single-threaded benchmark test, serialization and deserialization are 50% faster than Protobuf and 100% faster
- than Kryo
-
Ⅰ. Introduction of zfoo🚩
-----------
-- **Extremely fast, asynchronous, Actor design pattern, lock-free design, RPC framework based on Spring MVC**
-- **Very fast serialization and deserialization**,use [zfoo protocol](protocol/README.md) as a network protocol
+- **Extremely fast, asynchronous, Actor design pattern, lock-free design, RPC framework, GraalVM native support**
+- **Ultimate performance serialization and deserialization [zfoo protocol](protocol/README.md)**,supports C++ C# Go Java Javascript TypeScript Lua GDScript Python
- **High scalability**,Single server deployment, microservice deployment, cluster deployment, gateway deployment
- **Can be used as a game server framework or website server framework.**
diff --git a/README_CN.md b/README_CN.md
index 050556357..1de1479af 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,20 +1,11 @@
简体中文 | [English](./README.md)
------------
-Why is zfoo protocol ?
------------
-
-- 协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
-- 通用的分布式服务器协议实现,有其它语言的实现,可以轻易实现其它平台的的RPC,微服务
-- 二进制序列化速度极致快的自定义协议格式框架,并且为序列化字节最少的框架,更加安全,可前后兼容
-- 单线程的Benchmark测试中,序列化和反序列化速度比Protobuf快50%,比Kryo快100%
-
Ⅰ. zfoo简介🚩
-----------
- **极致性能,天生异步,Actor设计思想,无锁化设计,MVC式用法的万能RPC框架**
-- **极致序列化**,原生集成目前二进制序列化和反序列化速度极快的 [zfoo protocol](protocol/README.md) 作为网络通讯协议
+- **极致序列化 [zfoo protocol](protocol/README.md)**,协议原生支持 C++ C# Java Go Javascript TypeScript Lua GDScript Python
- **高可拓展性**,单台服务器部署,微服务部署,注册中心加集群部署,网关加集群部署,随意搭配
- **上能做游戏服务器框架,下能做应用网站服务器框架**