From c430c33a7ccd793b7a46129d85559ccf3c97675f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 7 Nov 2023 20:28:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ebbf0..ca5835f 100644 --- a/README.md +++ b/README.md @@ -227,9 +227,9 @@ the [ResultTest](./result/src/commonTest/kotlin/com/github/kittinunf/result/Resu If interested, here are more articles that one might enjoy. -* http://fsharpforfunandprofit.com/posts/recipe-part2/ -* https://speakerdeck.com/swlaschin/railway-oriented-programming-a-functional-approach-to-error-handling -* https://github.com/swlaschin/Railway-Oriented-Programming-Example +* [Recipe Part 2](http://fsharpforfunandprofit.com/posts/recipe-part2/) +* [Approach Error Handing](https://speakerdeck.com/swlaschin/railway-oriented-programming-a-functional-approach-to-error-handling) +* [Example](https://github.com/swlaschin/Railway-Oriented-Programming-Example) Credit to Scott Wlaschin