From 27d42b35e4cd31d62336c19848531b08f1e99b6a Mon Sep 17 00:00:00 2001 From: gengteng Date: Sat, 21 Oct 2023 21:17:48 +0800 Subject: [PATCH] Update library description in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0022d97..1f3bf3a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## 📑 Overview -axum-valid is a library that provides data validation extractors for the Axum web framework. It integrates several popular validation crates in the Rust ecosystem to offer convenient validation and data handling extractors for Axum applications. +**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