From 41d98592b5997fb4d60d2c508075bbb90de50f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cavalcante?= Date: Thu, 23 Mar 2017 17:09:12 -0300 Subject: [PATCH] fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d2ad32..430483d 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ new Vue({ | Option | Default | Type | Description | | :------------ | :------------ | :----- | :--------- | -| __text__ | no default value | String | The text that will be truncated. | -| __length__ | 100 | Number | Length of text after truncate. | +| __text__ | no default value | string | The text that will be truncated. | +| __length__ | 100 | number | Length of text after truncate. | | __clamp__ | Read More | string | Link that will be after the text with a link to expand. | | __less__ | Show Less | string | Link that will be after the text when it's expand, when click text collapses. |