From bf90f887b269ac25eca4e05850937b6b5cc5512f Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Tue, 23 Apr 2019 08:47:44 +0200 Subject: [PATCH] Improve books links --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdd67a5..0f805e4 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,13 @@ * Software Engineering * Programming Languages * Functional Programming Languages - * [Haskell From First Principles](http://haskellbook.com) 📕 💰 - * [Exercises](https://github.com/marceloboeira/hffp) 📝 + * Haskell + * [Haskell From First Principles](http://haskellbook.com) 📕 💰 + * [Exercises](https://github.com/marceloboeira/hffp) 📝 * Systems Programming Languages - * [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📕 🆓 - * [Annotations](https://github.com/marceloboeira/trpl) 📝 + * Rust + * [The Rust Programming Language](https://doc.rust-lang.org/stable/book/) 📕 🆓 + * [Annotations](https://github.com/marceloboeira/trpl) 📝 * Databases * SQL * Postgres