From ece143b039ab50cb66667a625f57916f37e62fa7 Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Tue, 14 Mar 2017 14:57:32 +0100 Subject: [PATCH] corrected readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2ba20d..e1727b7 100644 --- a/README.md +++ b/README.md @@ -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)