diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md
index 894f74315f..6832e66586 100644
--- a/ng2-components/ng2-alfresco-documentlist/README.md
+++ b/ng2-components/ng2-alfresco-documentlist/README.md
@@ -13,7 +13,7 @@
```sh
npm set registry http://devproducts.alfresco.me:4873
-npm install --save ng2-alfresco-core ng2-alfresco-documentlist
+npm install --save ng2-alfresco-documentlist
```
#### Dependencies
@@ -21,7 +21,7 @@ npm install --save ng2-alfresco-core ng2-alfresco-documentlist
Add the following dependency to your index.html:
```html
-
+
```
#### Style
@@ -35,10 +35,10 @@ npm install --save material-design-icons material-design-lite
Also make sure you include these dependencies in your .html page:
```html
-
-
-
-
+
+
+
+
```
## Basic usage
diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md
index dda0210d34..196a4cdb7c 100644
--- a/ng2-components/ng2-alfresco-login/README.md
+++ b/ng2-components/ng2-alfresco-login/README.md
@@ -26,7 +26,7 @@ Components included:
Add the following dependency to your index.html:
```html
-
+
```
#### Style
@@ -40,10 +40,10 @@ npm install --save material-design-icons material-design-lite
Also make sure you include these dependencies in your .html page:
```html
-
-
-
-
+
+
+
+
```
Make sure your systemjs.config has the following configuration:
diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md
index 0ad3ca063c..ec7f11bf93 100644
--- a/ng2-components/ng2-alfresco-upload/README.md
+++ b/ng2-components/ng2-alfresco-upload/README.md
@@ -29,7 +29,7 @@ This component, provide a buttons to upload files to alfresco.
Add the following dependency to your index.html:
```html
-
+
```
#### Style
The style of this component is based on material design, so if you want to visualize it correctly you have to add the material
@@ -42,10 +42,10 @@ npm install --save material-design-icons material-design-lite
Also make sure you include these dependencies in your .html page:
```html
-
-
-
-
+
+
+
+
```
Make sure your systemjs.config has the following configuration:
diff --git a/ng2-components/ng2-alfresco-viewer/README.md b/ng2-components/ng2-alfresco-viewer/README.md
index 2d5ee38829..7353c39c20 100644
--- a/ng2-components/ng2-alfresco-viewer/README.md
+++ b/ng2-components/ng2-alfresco-viewer/README.md
@@ -21,9 +21,9 @@ npm install --save ng2-alfresco-viewer
Add the following dependency to your index.html:
```html
-
-
-
+
+
+
```
#### Style
@@ -37,10 +37,10 @@ npm install --save material-design-icons material-design-lite
Also make sure you include these dependencies in your .html page:
```html
-
-
-
-
+
+
+
+
```
Make sure your systemjs.config has the following configuration: