From 6c9db5ed5720fbc4f82dd2c398b6d39ad6e12df2 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 24 May 2016 20:37:20 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-search/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ng2-components/ng2-alfresco-search/README.md b/ng2-components/ng2-alfresco-search/README.md index 5c640dad02..3f22706cfb 100644 --- a/ng2-components/ng2-alfresco-search/README.md +++ b/ng2-components/ng2-alfresco-search/README.md @@ -31,6 +31,14 @@ npm run build npm test ``` +#### Basic usage + + +```html + +``` + + This task rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing.