Skip to content

Commit 8c94cc1

Browse files
authored
Update README.md
1 parent cc20f2f commit 8c94cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![NuGet Version](https://img.shields.io/nuget/v/Danom.svg)](https://www.nuget.org/packages/Danom)
33
[![build](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml/badge.svg)](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml)
44

5-
Danom is a C# library that provides (monadic) structures to simplify functional programming in C#, that enforces exhaustive matching by preventing direct value access (this is good).
5+
Danom is a C# library that provides (monadic) structures to facilitate durable programming patterns in C# using [Option](#option) and [Result](#result).
66

77
## Key Features
88
- Implementation of common monads like [Option](#option), [Result](#result), and [ResultOption](#resultoption).

0 commit comments

Comments
 (0)