Fix README

This commit is contained in:
Iacopo Spalletti 2015-12-23 11:51:00 +01:00
parent 93437e7262
commit 65c009bf38

View file

@ -98,7 +98,7 @@ Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS::
...
]
If you installed the **admin-enhancer** variant, add ``admin_enhancer`` to ``INSTALLED_APPS::
If you installed the **admin-enhancer** variant, add ``admin_enhancer`` to ``INSTALLED_APPS``::
INSTALLED_APPS = [
...