diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index faf1ceb514..f92d59423e 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -28,6 +28,11 @@

+## Prerequisites + +Before you start using this development framework, make sure you have installed all required software and done all the +necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md). + ## Install ```sh @@ -40,7 +45,7 @@ To correctly use this component check that on your machine is running Node versi node -v ``` -#### Dependencies +### Dependencies Add the following dependency to your index.html: @@ -575,4 +580,4 @@ before performing unit testing. ```sh npm run coverage -``` \ No newline at end of file +```