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
```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.**