From 254d6d682189fc8d0787e3644d0a0119f90dcc42 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Sun, 17 Mar 2019 20:07:55 +0100 Subject: [PATCH] docs(project): updated the readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2675e3c..99ee027e 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,16 @@ View all the directives in action at https://anthonynahas.github.io/ngx-linkifyj -## Installation +# Installation -Install above dependencies via *npm*. +## 1. Install via *ng add*. (Recommended) + +Now add the library via the `angular schematics` +```shell +ng add ngx-linkifyjs +``` + +## 2. Install via *npm*. (Alternative) Now install `ngx-linkifyjs` via: ```shell