diff --git a/plusone-validator/pom.xml b/plusone-validator/pom.xml
index 8ce1f6a..ae040e6 100644
--- a/plusone-validator/pom.xml
+++ b/plusone-validator/pom.xml
@@ -16,7 +16,7 @@
http://zhouxy.xyz
- Plusone Validator 是一个校验库,用于构建校验规则对对象(尤其是入参)进行校验。API 参考自 .NET 的 FluentValidation。
+ Plusone Validator 是一个校验库,使用 lambda 表达式(包括方法引用)和流式 API 构建校验规则,对对象进行校验。
diff --git a/pom.xml b/pom.xml
index 1b159ec..2701d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
- Plusone Validator 是一个校验库,用于构建校验规则对对象(尤其是入参)进行校验。API 参考自 .NET 的 FluentValidation。
+ Plusone Validator 是一个校验库,使用 lambda 表达式(包括方法引用)和流式 API 构建校验规则,对对象进行校验。