From 9f1af44edd7be856aaa1f2333af08ac0f6d8bd8b Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 22 Feb 2021 21:05:19 -0500 Subject: [PATCH] * readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb0f251..f042b2d8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ No need for a separate 4.0 package anymore! Use the regular CSharpFunctionalExte ## Testing -For extension methods on top of this library's `Result` and `Maybe` that you can use in tests, see [this nuget package](https://www.nuget.org/packages/FluentAssertions.CSharpFunctionalExtensions/) ([GitHub link][https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions]). +For extension methods on top of this library's `Result` and `Maybe` that you can use in tests, see [this nuget package](https://www.nuget.org/packages/FluentAssertions.CSharpFunctionalExtensions/) (GitHub link: https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions). Example: