diff --git a/index.html b/index.html
index ff1b76588..04469dbb6 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@ RedKale 有如下主要特点:
RedKale提供DataSource类对数据层进行操作, 其功能类似JPA+Memcached。 与JPA相比各有优缺点。
+
RedKale提供DataSource类对数据层进行操作,其功能类似JPA+Memcached。与JPA相比各有优缺点。
优点:
1、Datasource中的内存缓存会自动与其他同服务的进程之间同步。
2、简易的查询接口,即时复杂的过滤查询都无需写SQL语句。