From c37b2dc5783467b507a24c863ae71b0f117da5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rokas=20Brazd=C5=BEionis?= Date: Mon, 7 Jun 2021 09:49:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6b454..ae57e0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is just a wrapper for [Autolinker.js](https://github.com/gregjacobs/Autolin ## Installation -`npm install --save ngx-linky` +`npm install --save ngx-linky autolinker` Import `LinkyModule` or manually declare `LinkyPipe` in your app module. ```ts