From 63a8e488e4a7dfd5dc6623537347cc555aef971e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Lobos?= Date: Mon, 14 Aug 2017 23:38:21 -0300 Subject: [PATCH] update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c60db7..cc603c2 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,7 @@ clean('189726317') // '189726317' clean('18.972.631-7') // '189726317' clean('12.345.678-k') // '12345678K' clean('12*345*678*k') // '12345678K' +clean('000189726317') // '189726317' /** * Dar formato a un RUT @@ -60,4 +61,6 @@ npm install npm test ``` -> Librería basada en el código de [platanus/angular-rut](https://github.com/platanus/angular-rut) +## License + +MIT © [Jesus Lobos](https://jlobos.com/)