From d233e03401fb5fbe6c71c58bd59f9175623d6507 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 1 Jun 2016 12:30:28 +0100 Subject: [PATCH] update doc --- ng2-components/ng2-alfresco-documentlist/README.md | 12 ++++++------ ng2-components/ng2-alfresco-login/README.md | 10 +++++----- ng2-components/ng2-alfresco-upload/README.md | 10 +++++----- ng2-components/ng2-alfresco-viewer/README.md | 14 +++++++------- 4 files changed, 23 insertions(+), 23 deletions(-) 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: