From 02b76fc3c49278919e59a50af00143bab4b33b4a Mon Sep 17 00:00:00 2001 From: Boris Besemer Date: Tue, 6 Dec 2016 11:08:56 +0100 Subject: [PATCH] Update README.rst --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cd714b9..e9532a8 100644 --- a/README.rst +++ b/README.rst @@ -10,14 +10,13 @@ To install the package with pip:: pip install wagtail-personalisation -Next, include the ``personalisation``, ``polymorphic`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``: +Next, include the ``personalisation`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``: .. code-block:: python INSTALLED_APPS = [ # ... 'wagtail.contrib.modeladmin', - 'polymorphic', 'personalisation', # ... ]