Skip to content

Commit

Permalink
docs(project): updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Mar 17, 2019
1 parent 2cab789 commit 254d6d6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,16 @@ View all the directives in action at https://anthonynahas.github.io/ngx-linkifyj

<a name="installation"/>

## 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
Expand Down

0 comments on commit 254d6d6

Please sign in to comment.