From b5ce286ed72efeddf9d0d7f38675f54b079cebc1 Mon Sep 17 00:00:00 2001 From: Jas Sohi Date: Sun, 31 Jul 2016 18:21:48 -0700 Subject: [PATCH] Fix two broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cac17e..44e3718 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This repository contains all of the code examples for [Machine Learning for Hack The code in this book relies on several R libraries. Two libraries, `RCurl` and `XML` require additional software to be installed: - - [http://curl.haxx.se/](curl) (for `RCurl`) - - [http://xmlsoft.org/](libxml2-dev) (for `XML`) + - (http://curl.haxx.se/)(curl) (for `RCurl`) + - (http://xmlsoft.org/)(libxml2-dev) (for `XML`) To make sure you have all of the requite libraries run the `package_installer.R` script. In your R console type the following: