corrected readme

This commit is contained in:
Lorenzo Iovino 2017-03-14 14:57:32 +01:00
parent d6fbc9f52f
commit ece143b039

View file

@ -42,10 +42,11 @@ Import it in your Angular2 project like a directive
```
Parameters:
| Parameter | Description | Values |
| ------ | ------ | ------ |
| fittext | is the selector of the directive | true or false (if is setted is true by default)
Parameters:
| Parameter | Description | Values |
| --- | --- | --- |
| fittext | is the selector of the directive | true/false (if is setted is true by default)
| container | the container to fit | ElementRef
| onResize | enable/disable the autofit in case of window resize | true or false (default false)