README: Change 'OBS' to 'Note' (#454)

As per issue https://github.com/ossu/computer-science/issues/453
pull/455/head
Florian Hoornaar 2018-01-29 19:20:32 +01:00 committed by hanjiexi
parent d596b44a7f
commit 6836ed1660
1 changed files with 1 additions and 1 deletions

View File

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