From 13e4ef1a71957c0abcabbecad0b0c23a7d31e0ab Mon Sep 17 00:00:00 2001 From: Fernando Guerra Date: Sat, 7 Oct 2017 21:29:52 +0200 Subject: [PATCH] Fix markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b99e1d7..8bc0bfc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ But knowing the stuff will help you become better! :muscle:* ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) -- :book: [Clean Code: A Handbook of Agile Software Craftsmanship] (https://www.goodreads.com/book/show/3735293-clean-code) +- :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code) - :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development) - :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production) - :book: [Release It!](https://www.goodreads.com/book/show/1069827.Release_It_)