Skip to content

Commit

Permalink
validation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Oct 3, 2024
1 parent 916ad19 commit 325178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Danom.Validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![NuGet Version](https://img.shields.io/nuget/v/Danom.Validation.svg)](https://www.nuget.org/packages/Danom.Validation)
[![build](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml/badge.svg)](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml)

One of the places the Results type really shines is input validation. It's a natural step in most workflows to validate input data before processing it, and the Result type is a great way to handle this. The [Danom.Validation](https://www.nuget.org/packages/Danom.Validation/) library provides a set of utilities to help with this and integrates with the wonderful [FluentValidation](https://github.com/FluentValidation/FluentValidation) library.
One of the places the `Result` type really shines is input validation. It's a natural step in most workflows to validate input data before processing it, and the Result type is a great way to handle this. The [Danom.Validation](https://www.nuget.org/packages/Danom.Validation/) library provides a set of utilities to help with this, integrating with the wonderful [FluentValidation](https://github.com/FluentValidation/FluentValidation) library.

## Getting Started

Expand Down

0 comments on commit 325178b

Please sign in to comment.