From 752df121ee451b046fc89aea00b727e58ed34935 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 18 May 2016 15:42:00 +0100 Subject: [PATCH] #68 viewer link readme in the main readme --- README.md | 3 ++- ng2-components/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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)