Skip to content

Commit

Permalink
mejora readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alextello committed Aug 10, 2020
1 parent eec0f97 commit 5ca4f7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ Valída tanto el CUI como el NIT.
```
Aplica para el país de GUATEMALA
```

```
* Ejemplo:
const { cuiValido, nitValido } = require('validador-dpi-nit');
const isCUIValid = cuiValido('2660507980909');
// output --> false
const isNITValid = nitValido('85686988');
// output --> false
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validador-dpi-nit",
"version": "0.8.0",
"version": "0.9.0",
"description": "Validador de CUI Y NIT para Guatemala",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 5ca4f7b

Please sign in to comment.