Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Aug 30, 2024
1 parent 46b5899 commit 587a229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 587a229

Please sign in to comment.