diff --git a/plugin_rest.html b/plugin_rest.html
index ea53b2252..ebbdb198b 100644
--- a/plugin_rest.html
+++ b/plugin_rest.html
@@ -52,7 +52,7 @@
-->
<rest base="org.redkalex.test.rest.SimpleRestServlet" mustsign="true" autoload="true" includes="" excludes="">
<!--
- value: Service类名,列出的表示必须被加载的Service对象, 且对象的Resource资源名称只能是""。
+ value: Service类名,列出的表示必须被加载的Service对象。
-->
<service value="com.xxx.XXXXService"/>
</rest>