From 693ea78386bd329056d86890f579a4bbd52b0d3d Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 31 May 2016 14:18:47 +0100 Subject: [PATCH] test login demo --- ng2-components/ng2-alfresco-login/README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 51d4ab2ef6..17bdf0de19 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -141,13 +141,6 @@ bootstrap(AppComponent, [ **method**: {string} optional) default POST. The method attribute specifies how to send form-data The form-data can be sent as URL variables (with method="get") or as HTTP post transaction (with method="post").
-**Start the demo** - -```sh -cd demo -npm install -npm start -``` ## Running unit tests @@ -169,3 +162,14 @@ before performing unit testing. ```sh npm run coverage ``` + +## Demo + +If you want have a demo of how the component works, please check the demo folder : + +```sh +cd demo +npm install +npm start +``` +