8
0
Просмотр исходного кода

Docs: Fixed an error in a path. Closes #663. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
4130fd92dc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/integration/installation.md

+ 1 - 1
docs/builds/guides/integration/installation.md

@@ -38,7 +38,7 @@ npm install --save @ckeditor/ckeditor5-build-inline
 npm install --save @ckeditor/ckeditor5-build-balloon
 npm install --save @ckeditor/ckeditor5-build-balloon
 ```
 ```
 
 
-CKEditor will then be available at `node_modules/ckeditor5-build-[name]/build/ckeditor.js`. It can also be imported directly to your code by `require( '@ckeditor/ckeditor5-build-[name]' )`.
+CKEditor will then be available at `node_modules/@ckeditor/ckeditor5-build-[name]/build/ckeditor.js`. It can also be imported directly to your code by `require( '@ckeditor/ckeditor5-build-[name]' )`.
 
 
 ### Zip download
 ### Zip download