From a7c169e1c0523c6984013e71f5bf911386c6788d Mon Sep 17 00:00:00 2001 From: Basil Shubin <basil.shubin@gmail.com> Date: Thu, 7 Jan 2016 13:10:16 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d161e..17cf271 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ use the templatetag in your base.html {% autoescape off %}{% placeFavicon %}{% endautoescape %} ``` -this will create (if MEDIA_URL is set to /media/ and if you didnt specified `FAVICON_CONFIG` in you settings.py): +this will create: ```html <link rel="apple-touch-icon-precomposed" size ="180x180" href="/media/favicon/fav-180.png"/> <link rel="apple-touch-icon-precomposed" size ="152x152" href="/media/favicon/fav-152.png"/> -- GitLab