diff --git a/README.md b/README.md index bd972156f0..09a5d01441 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git clone https://github.com/Alfresco/dev-platform-webcomponents.git cd dev-platform-webcomponents ``` -* Start the demo and Install all the dependencies (do it the first time or after an a project update) +* Start the demo and Install all the dependencies (do it the first time or after a project update) ```sh ./start.sh -install @@ -40,5 +40,6 @@ For development environment configuration please refer to [project docs](demo-sh - [Core library](ng2-components/ng2-alfresco-core/README.md) - [DataTable](ng2-components/ng2-alfresco-datatable/README.md) - [DocumentList](ng2-components/ng2-alfresco-documentlist/README.md) +- [Viewer](ng2-components/ng2-alfresco-viewer/README.md) - [Login](ng2-components/ng2-alfresco-login/README.md) - [Upload](ng2-components/ng2-alfresco-upload/README.md) diff --git a/ng2-components/README.md b/ng2-components/README.md index 0d25f4a6cf..ecefc0e003 100644 --- a/ng2-components/README.md +++ b/ng2-components/README.md @@ -3,5 +3,6 @@ - [Core library](ng2-alfresco-core/README.md) - [DataTable](ng2-alfresco-datatable/README.md) - [Document List](ng2-alfresco-documentlist/README.md) +- [Viewer](ng2-components/ng2-alfresco-viewer/README.md) - [Login](ng2-alfresco-login/README.md) - [Upload](ng2-alfresco-upload/README.md)