Skip to content

Commit 3c575c1

Browse files
authored
Update README.md
1 parent c96e31c commit 3c575c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,9 @@ result.Should().Fail(); // passes
105105
result.Should().FailWith("error"); // passes
106106
result.Should().Succeed(); // throws
107107
```
108+
109+
# Related Projects
110+
111+
* [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions)
112+
* [FluentAssertions.CSharpFunctionalExtensions](https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions)
113+
* [Typescript Functional Extensions](https://github.com/seangwright/typescript-functional-extensions)

0 commit comments

Comments
 (0)