Skip to content

Commit 63a8e48

Browse files
authored
update readme.md
1 parent 77a22f3 commit 63a8e48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ clean('189726317') // '189726317'
3636
clean('18.972.631-7') // '189726317'
3737
clean('12.345.678-k') // '12345678K'
3838
clean('12*345*678*k') // '12345678K'
39+
clean('000189726317') // '189726317'
3940

4041
/**
4142
* Dar formato a un RUT
@@ -60,4 +61,6 @@ npm install
6061
npm test
6162
```
6263

63-
> Librería basada en el código de [platanus/angular-rut](https://github.com/platanus/angular-rut)
64+
## License
65+
66+
MIT © [Jesus Lobos](https://jlobos.com/)

0 commit comments

Comments
 (0)