diff --git a/README-EN.md b/README-EN.md
index 1a58603..9b3f1bd 100644
--- a/README-EN.md
+++ b/README-EN.md
@@ -11,13 +11,22 @@
A springboot tool for tracking the paths of methods,which can help you find method's performances easily.
-- [x] Tracking the Java methods and calculating their execution times
-- [x] Show the paths of methods
-- [x] Find exceptions occurred in methods
-- [x] Email you after finding an overtime method
-- [x] Hot update online:you needn't restart it
-- [x] Easy to use:you needn't additional learning costs
-- [x] Enough to add a pom dependency:you needn't additional deployment costs
+

diff --git a/README.md b/README.md
index 5010375..81d2f48 100644
--- a/README.md
+++ b/README.md
@@ -11,25 +11,43 @@
koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈
-- [x] 实时监听方法,统计运行时长
-- [x] web展示方法调用链路,瓶颈可视化追踪
-- [x] 追踪系统异常,精确定位到方法
-- [x] 接口超时邮件通知,无需实时查看
-- [x] 线上热更新:无需重启更新代码
-- [x] 使用简单,无技术学习成本
-- [x] pom依赖即可,无代码侵入,无多余部署成本
+
---
A springboot tool for tracking the paths of methods,which can help you find method's performances easily.
-- [x] Tracking the Java methods and calculating their execution times
-- [x] Show the paths of methods
-- [x] Find exceptions occurred in methods
-- [x] Email you after finding an overtime method
-- [x] Hot update online:you needn't restart it
-- [x] Easy to use:you needn't additional learning costs
-- [x] Enough to add a pom dependency:you needn't additional deployment costs
+
> 无学习成本直接使用,让软件工程师的卓越思维和宝贵时间用于创造