From 7927fdb754707ee3a73f2d9b6e4aea05bf2cdafe Mon Sep 17 00:00:00 2001 From: nreilly Date: Sun, 25 Jan 2015 22:22:53 +0800 Subject: [PATCH] Update README.rst Syncing with earlier comment about the -updated being merged into the normal module --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c13854c..9d3819b 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Required ~~~~~~~~ #. Install or add django-ckeditor to your python path. - pip install django-ckeditor-updated + pip install django-ckeditor #. Add ``ckeditor`` to your ``INSTALLED_APPS`` setting.