diff --git a/README.md b/README.md index e78b1ee6a58015a5330284cc7239958060eec678..51d161ef0ed0fdaa9f7e48b11e8d364f20210cf5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ use the templatetag in your base.html ```html+django {% load favtags %} -{% placeFavicon %} +{% 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): ```html