From 4c8a7d628451154f409e18a99efbbff4c892534e Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Thu, 9 May 2019 11:46:38 +0200 Subject: [PATCH] Fix: license typo in README.md; Fix: typo in README.md example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index addc0fe..52f6ca3 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Import it in your Angular2 project like a module 1) Declare it in your module ```sh - import {Ng2StripperModule} from "ngx-stripper"; + import {NgxStripperModule} from "ngx-stripper"; @NgModule({ imports: [ - Ng2StripperModule + NgxStripperModule ] }) @@ -52,7 +52,7 @@ Simply, clone the repository! License ---- -ISC +MIT **Lorenzo I.**