Merge pull request #18 from inato/readme-add-article-link

Update README
This commit is contained in:
Justine Mignot 2022-04-14 09:47:51 +02:00 committed by GitHub
commit 7361232796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 suggest you 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