diff --git a/README.rst b/README.rst index 7a24dff..6a48b69 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ A Multi Column Plugin for django CMS. Installation ------------ -This plugin requires `django CMS` 3.8 or higher to be properly installed. +This plugin requires `django CMS` 3.8 or higher, or 4.0 or higher to be properly installed. * In your projects virtualenv, run ``pip install djangocms-column``. * Add ``'djangocms_column'`` to your ``INSTALLED_APPS`` setting.