Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add installation description for peerDependencies @types/ckeditor
  • Loading branch information
kzimny authored Feb 8, 2021
1 parent 8eca3da commit 87660c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati
* Include CKEditor javascript files in your application :

```
<script src="https://cdn.ckeditor.com/4.14.1/full/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/4.16.0/full/ckeditor.js"></script>
```

* Install ng2-ckeditor
Expand All @@ -18,6 +18,12 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati
* NPM : `npm install ng2-ckeditor`
* YARN: `yarn add ng2-ckeditor`

* Install @types/ckeditor

* JSPM : `jspm install npm:@types/ckeditor`
* NPM : `npm install --save @types/ckeditor`
* YARN : `yarn add @types/ckeditor`

* SystemJS Config :

```javascript
Expand Down

0 comments on commit 87660c3

Please sign in to comment.