From fb14fb6f74047385728e5908586c98c93a733d2a Mon Sep 17 00:00:00 2001 From: Umang Date: Thu, 20 Nov 2014 14:10:07 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cac17e..d8ce5b3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The code in this book relies on several R libraries. Two libraries, `RCurl` and - [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: +To make sure you have all of the required libraries run the `package_installer.R` script. In your R console type the following: > source("package_installer.R")