From d1de55a15554dde40239dc85441f2d15db7bf226 Mon Sep 17 00:00:00 2001
From: "Philippe O. Wagner" <wagner@arteria.ch>
Date: Wed, 27 May 2015 14:20:29 +0200
Subject: [PATCH] Corrected installation routine.

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b72c89d..74bef4c 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,11 @@ Django favicon plus is a simple django app which allows you to upload a image an
 ##How to use:
 Install django-favicon using PIP.
 
-    pip install git+https://github.com/yannik-ammann/django-favicon-plus.git
-
+    pip install django-favicon-plus
+     
+    pip install git+https://github.com/arteria/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
 
-- 
GitLab