Fix: typo in README.md; Fix: package.json script

This commit is contained in:
lorenzo 2020-03-12 21:51:04 +01:00
parent 66b9fe7a7e
commit c0612489d7
4 changed files with 20 additions and 69 deletions

View file

@ -34,7 +34,7 @@ $ npm install --save ng2-fittext
export class LabelComponent {}
```
###Examples
### Examples
Fit with the parent element (this works if you have a variable number of element between element and parent)
```sh