Skip to content

Commit 556b0f5

Browse files
authored
Update README.rst
1 parent 29c4c1a commit 556b0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ settings:
3939

4040
.. code-block:: python
4141
42-
INSTALLED_APPS = [..., "extension-djangocms_text_ckeditor5-ckeditor5", ...]
42+
INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
4343
4444
Add an editor frontend to your installed apps (if different from the
4545
default TipTap frontend), and set the editor you want to use:
4646

4747
.. code-block:: python
4848
49-
INSTALLED_APPS = [..., "extension_text_ckeditor5", ...]
49+
INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
5050
DJANGOCMS_TEXT_EDITOR = "djangocms_text_ckeditor5.ckeditor5"
5151
5252

0 commit comments

Comments
 (0)