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 21, 2022
1 parent 25b14ea commit 897e41d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,12 @@ result.Should().FailWith("error"); // passes
result.Should().Succeed(); // throws
```

# Related Projects
## 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)

## Acknowledgements

Special thanks to [Sean Wright](https://github.com/seangwright) for all his guidance and contributions over the design, development, and release of this project. His insights are invaluable! :smile:

0 comments on commit 897e41d

Please sign in to comment.