Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMcMaster authored Oct 9, 2022
1 parent c96e31c commit 3c575c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ result.Should().Fail(); // passes
result.Should().FailWith("error"); // passes
result.Should().Succeed(); // throws
```

# Related Projects

* [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions)
* [FluentAssertions.CSharpFunctionalExtensions](https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions)
* [Typescript Functional Extensions](https://github.com/seangwright/typescript-functional-extensions)

0 comments on commit 3c575c1

Please sign in to comment.