From 15fc1584ffd601fac9bf15c46407f770cf2e653b Mon Sep 17 00:00:00 2001 From: Bryan Miller Date: Sun, 29 Sep 2019 17:11:51 -0700 Subject: [PATCH] Repository renamed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5bd7fa..8ff07f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pygoa +# pygoa_gemini A simple python library for working with the [Gemini Observatory Archive (GOA) APIs](https://archive.gemini.edu/help/api.html) ## Installation @@ -8,11 +8,11 @@ the requests package. This is compatible with both Python 2.7 and Python 3.6+. Then install the library by downloading and unpacking the zip file or use git, - git clone https://github.com/bryanmiller/pygoa.git + git clone https://github.com/bryanmiller/pygoa_gemini.git or pip - pip install pygoa + pip install pygoa-gemini ## Authentication