From 957d187c0854e05eb25b498795f4181f27021198 Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Thu, 7 Mar 2013 08:41:17 -0600
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8d406a79..9043ac6e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ 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:
 
 	install.packages("zoo")
-	install.packages("dataRetrieval", repos="http://usgs-r.github.com/EGRET/", type="source")
+	install.packages("dataRetrieval", repos="http://usgs-r.github.com", type="source")
 	
 ### Note on updating versions:
 Some users have found it necessary to delete the package folders before installing newer versions of either dataRetrieval or EGRET.  If you are experiencing an issue after updating a package, trying deleting the package folder, the default location for Windows is something like this:
-- 
GitLab