Fix: license typo in README.md; Fix: typo in README.md example

This commit is contained in:
Lorenzo Iovino 2019-05-09 11:46:38 +02:00
parent 91f8825f70
commit 4c8a7d6284

View file

@ -20,10 +20,10 @@ Import it in your Angular2 project like a module
1) Declare it in your module 1) Declare it in your module
```sh ```sh
import {Ng2StripperModule} from "ngx-stripper"; import {NgxStripperModule} from "ngx-stripper";
@NgModule({ @NgModule({
imports: [ imports: [
Ng2StripperModule NgxStripperModule
] ]
}) })
@ -52,7 +52,7 @@ Simply, clone the repository!
License License
---- ----
ISC MIT
**Lorenzo I.** **Lorenzo I.**