Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobos authored Aug 15, 2017
1 parent 77a22f3 commit 63a8e48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/)

0 comments on commit 63a8e48

Please sign in to comment.