From 349c8558ad509579201b03bb2122806dbb36dfc2 Mon Sep 17 00:00:00 2001 From: Reyo Stallenberg Date: Thu, 27 May 2021 12:54:34 +0200 Subject: [PATCH] Correct NPM package from ckeditor to ckeditor4 --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9b896008..352fc6a4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -72,10 +72,10 @@ You can by running this command: .. code-block:: bash # if you are using NPM as package manager - $ npm install --save ckeditor@^4.13.0 + $ npm install --save ckeditor4@^4.13.0 # if you are using Yarn as package manager - $ yarn add ckeditor@^4.13.0 + $ yarn add ckeditor4@^4.13.0 Once installed, add the following lines to your Webpack Encore configuration file (this excludes the samples directory from the ckeditor node module):