From 93b149919fdb1aa398af0082cd764f27454fa774 Mon Sep 17 00:00:00 2001 From: Ben-hur Santos Ott Date: Tue, 12 Dec 2017 20:01:14 -0200 Subject: [PATCH] update readme --- README.md | 3 +-- dist/lib/masks/cnpj.mask.js | 5 +++-- dist/lib/masks/cpf.mask.js | 21 +++++++++++++++++---- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 535c6a8a..8ce7c701 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,6 @@ const Textfield = MKTextField.textfield() .withPlaceholder('Text...') .withStyle(styles.textfield) .build() - ;