diff --git a/DESCRIPTION b/DESCRIPTION
index 854595d..e3b4343 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: readabs
Type: Package
Title: Download And Tidy Time Series Data From The Australian Bureau Of Statistics
-Version: 1.0.0.1
+Version: 0.3.0
Authors@R: c(
person("Matt", "Cowgill", role = c("aut", "cre"), email = "mattcowgill@gmail.com"),
person("Zoe", "Meers", role = c("aut"), email = "zoe.meers@sydney.edu.au"),
@@ -23,8 +23,8 @@ Imports:
tidyr,
rsdmx,
readr
-URL: https://github.com/zmeers/readabs
-BugReports: https://github.com/zmeers/readabs/issues
+URL: https://github.com/mattcowgill/readabs
+BugReports: https://github.com/mattcowgill/readabs/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: knitr,
diff --git a/README.md b/README.md
index 61f7c17..4726b82 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ We'd welcome Github issues containing error reports or feature requests. Alterna
Website
-------
-The `readabs` website can be viewed at
+The `readabs` website can be viewed at
Setup
-----
@@ -23,7 +23,7 @@ You can install the developer version of **readabs** from GitHub with:
# if you don't have devtools installed, first run:
# install.packages("devtools")
-devtools::install_github("zmeers/readabs", ref = "dev")
+devtools::install_github("mattcowgill/readabs", ref = "dev")
```
Load the package as you would with any R package: