From 224d8e2638a778fe73a16e6d7c903c79dba1839a Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Fri, 6 Jun 2014 14:55:35 -0500
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ab6d860f..4c75893c 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,11 @@ Package Installation
 ---------------------------------
 While the dataRetreival package is in development (and not on CRAN), the zoo package must first be manually installed. To install the dataRetrieval package, you must be using R 3.0 or greater and run the following commands:
 
-	install.packages(c("zoo","XML","RCurl","plyr","reshape2"))
-	install.packages("dataRetrieval", repos="http://usgs-r.github.com",type="both")
-	
+	install.packages("dataRetrieval", 
+	repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"),
+	dependencies=TRUE,
+	type="both")
+
 
 Background Information
 ----------------------
-- 
GitLab