From 587a229559d45fff07f1a6776f7d6092b1210c9f Mon Sep 17 00:00:00 2001 From: Pim Brouwers Date: Fri, 30 Aug 2024 14:15:13 -0400 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3667ca..0422182 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Danom is a C# library that provides monadic structures to simplify functional pr - Implementation of common monads like [Option](#option), [Result](#result), and [ResultOption](#resultoption). - Fluent API for chaining operations. - [Error handling](#using-results) with monads. -- Integration with async/await for asynchronous operations. +- Support for asynchronous operations. +- Integrated with [ASP.NET Core](src/Danom.Mvc/README.md) and [Fluent Validation](src/Danom.Validation/README.md). ## Design Goals - **Simplicity**: Easy to use API for common monadic operations.