diff --git a/AUTHORS.txt b/AUTHORS.txt
index cfd15eca88fd04153f30e86aa9f8ef73258be46a..8a480ee116336805cedbf2b95a913dc753414e5b 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -6,3 +6,4 @@ walterrenner
 arthru 
 raphaa
 Michał Pasternak (mpasternak)
+ZugBahnHof
diff --git a/README.md b/README.md
index 66e688fe61edb284a68245c40164a531c8697448..e90a0da1a198921499e306cd3d99deac2308af93 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,8 @@ Django favicon plus is a simple django app which allows you to upload a image an
 
 ## How to use:
 Install django-favicon using PIP.
-```shell
-pip install django-favicon-plus
- 
-pip install git+https://github.com/arteria/django-favicon-plus.git
+```shell 
+pip install git+https://github.com/ZugBahnHof/django-favicon-plus.git
 ```
 
 Add app to `INSTALLED_APPS` List in your `settings.py` file, make sure `sites`-app is also installed and a URL is specified in the admin backend