From 38d244de7aa6381d5526fd02574264d0d4de019a Mon Sep 17 00:00:00 2001 From: Justine Mignot Date: Thu, 14 Apr 2022 09:44:10 +0200 Subject: [PATCH] :memo: README add link to article explaining why --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cf4caa..6fd0e1d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ to onboard people on using `fp-ts` efficiently. The exercices consist of unimplemented functions and their associated failing tests. +But first, it is essential to understand why we are using `fp-ts`. I advice you to read this [article](https://medium.com/inato/our-journey-to-functional-programing-36854a370de1) and then start the exercices. + To run the tests, simply run ```sh