diff --git a/pom.xml b/pom.xml
index 84cf435..1b159ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
- Plusone Validator 是一个参数校验框架,可针对 DTO 创建对应的校验器,并复用该校验器实例,对 DTO 进行校验。
+ Plusone Validator 是一个校验库,用于构建校验规则对对象(尤其是入参)进行校验。API 参考自 .NET 的 FluentValidation。