Przeglądaj źródła

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

Piotrek Koszuliński 8 lat temu
rodzic
commit
4130fd92dc
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 ```
 
-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