From d58b1abacb0833bf9dd8c0543751a089733048d0 Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Sat, 24 Aug 2024 04:08:53 -0300 Subject: [PATCH] update document --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f43861a..665287f 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,15 @@ extension CustomValidPasswordValidator on LucidValidationBuilder { } ``` +Use directly! + +```dart + + ruleFor((user) => user.password, key: 'password') + .customValidPassword(); + +``` + ## Contributing Feel free to open issues or pull requests on the [GitHub repository](https://github.com/Flutterando/lucid_validation) if you find any issues or have suggestions for improvements.