Skip to content

Commit 22320c9

Browse files
Correct NPM package from ckeditor to ckeditor4 (#230)
1 parent a4df405 commit 22320c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ You can by running this command:
7272
.. code-block:: bash
7373
7474
# if you are using NPM as package manager
75-
$ npm install --save ckeditor@^4.13.0
75+
$ npm install --save ckeditor4@^4.13.0
7676
7777
# if you are using Yarn as package manager
78-
$ yarn add ckeditor@^4.13.0
78+
$ yarn add ckeditor4@^4.13.0
7979
8080
Once installed, add the following lines to your Webpack Encore configuration file (this excludes the samples directory from the ckeditor node module):
8181

0 commit comments

Comments
 (0)