From 5775bcae7e021caebccf96649f54ab87937d3561 Mon Sep 17 00:00:00 2001 From: mediv0 Date: Wed, 22 Sep 2021 21:26:32 +0330 Subject: [PATCH] chore(typo): plate & timeAgo component names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3527fe..0504651 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ every component accept a `tag` prop. you can use it to customize component html `number`: String | PlateOptions ```html -{{ info }} | {{ isValid }} +{{ info }} | {{ isValid }} ```
@@ -472,7 +472,7 @@ every component accept a `tag` prop. you can use it to customize component html `date`: String ```html -{{ time }} +{{ time }} ```