Skip to content

Commit 897e41d

Browse files
authored
Update README.md
1 parent 25b14ea commit 897e41d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,12 @@ result.Should().FailWith("error"); // passes
118118
result.Should().Succeed(); // throws
119119
```
120120

121-
# Related Projects
121+
## Related Projects
122122

123123
* [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions)
124124
* [FluentAssertions.CSharpFunctionalExtensions](https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions)
125125
* [Typescript Functional Extensions](https://github.com/seangwright/typescript-functional-extensions)
126+
127+
## Acknowledgements
128+
129+
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 commit comments

Comments
 (0)