diff --git a/README.md b/README.md index 907ed64..9e2a2a0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ cargo add axum-valid ```rust use validator::Validate; use serde::Deserialize; +use axum_valid::Valid; #[derive(Debug, Validate, Deserialize)] pub struct Pager {