diff --git a/README.md b/README.md index 8689a52..fb50c80 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NuGet Version](https://img.shields.io/nuget/v/Danom.svg)](https://www.nuget.org/packages/Danom) [![build](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml/badge.svg)](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml) -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). +Danom is a C# library that provides (monadic) structures to facilitate durable programming patterns in C# using [Option](#option) and [Result](#result). ## Key Features - Implementation of common monads like [Option](#option), [Result](#result), and [ResultOption](#resultoption).