From 60778cfedef7fad6044f24fb474cd2121659acd9 Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Tue, 14 Mar 2017 14:58:01 +0100 Subject: [PATCH] corrected readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1727b7..9df04c6 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Import it in your Angular2 project like a directive | 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) + | 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)