diff --git a/README.md b/README.md
index cf7248d..afa3fc6 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati
* Include CKEditor javascript files in your application :
```
-
+
```
* Install ng2-ckeditor
@@ -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