diff --git a/docs/resources_for_learners.md b/docs/resources_for_learners.md index ecba34e499..ae47cf21d5 100644 --- a/docs/resources_for_learners.md +++ b/docs/resources_for_learners.md @@ -1,8 +1,8 @@ {% laika.title = Resources for Learners %} # Books - * [Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala) - by Paul Chiusano and RĂșnar Bjarnason - While this book does not + * [Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala-second-edition) + by Michael Pilquist, RĂșnar Bjarnason, and Paul Chiusano - While this book does not specifically cover Cats, it is a great introduction to functional programming in Scala in general and covers some of the abstractions that can be found in Cats.