From 6836ed1660c34795cbc7eb3452d6679d8c864b69 Mon Sep 17 00:00:00 2001 From: Florian Hoornaar Date: Mon, 29 Jan 2018 19:20:32 +0100 Subject: [PATCH] README: Change 'OBS' to 'Note' (#454) As per issue https://github.com/ossu/computer-science/issues/453 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a986a6c..b19e8ab 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Courses | Duration | Effort | Prerequisites #### Readings - **Required** to learn about monads, laziness, purity: [Learn You a Haskell for a Great Good!](http://learnyouahaskell.com/) - - **OBS**: probably the best resource to learn Haskell: [Haskell Programming from First Principles](http://haskellbook.com/) `paid` + - **Note**: probably the best resource to learn Haskell: [Haskell Programming from First Principles](http://haskellbook.com/) `paid` - **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://www.learnprolognow.org/) ### Core math