From a5a52cb89ab95b5ae13d914227c9ce0bed8c3cf6 Mon Sep 17 00:00:00 2001 From: Xtreme_Light <33019145+Xtreme-Light@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:22:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=AD=A3validator=E4=B8=8D?= =?UTF-8?q?=E5=8A=A0=E7=B2=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ff6af..efaa335 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ ## 📑 Overview -**axum-valid** is a library that provides data validation extractors for the Axum web framework. It integrates * -*validator**, **garde** and **validify**, three popular validation crates in the Rust ecosystem, to offer convenient +**axum-valid** is a library that provides data validation extractors for the Axum web framework. It integrates **validator**, **garde** and **validify**, three popular validation crates in the Rust ecosystem, to offer convenient validation and data handling extractors for Axum applications. ## 🚀 Basic usage