Skip to content

Commit 31fa4d8

Browse files
committed
Add ExpressValidator.Extensions.DependencyInjection 'Documentation' section to README.
1 parent b188da2 commit 31fa4d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/ExpressValidator.Extensions.DependencyInjection

src/ExpressValidator.Extensions.DependencyInjection/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- Additionally, the `IExpressValidatorBuilder<ObjToValidate, ValidationParametersOptions>` interface can be configured and registered to update the validator parameters when the `ValidationParametersOptions` change.
77
- Ability to dynamically update the validator parameters from options bound to the configuration section without restarting the application by configuring the `IExpressValidatorWithReload<ObjToValidate>` interface.
88

9+
## 📜 Documentation
10+
11+
Explore the API documentation and in-depth details on [DeepWiki](https://deepwiki.com/kolan72/ExpressValidator/3-dependency-injection-extension).
12+
913
## 🚀 Usage
1014

1115
```csharp

0 commit comments

Comments
 (0)