Fix: license typo in README.md; Fix: typo in README.md example
This commit is contained in:
parent
91f8825f70
commit
4c8a7d6284
1 changed files with 3 additions and 3 deletions
|
|
@ -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.**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue