Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogilvieira committed Sep 29, 2023
1 parent 34f3e6e commit 001899e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import validatorBrasil from 'validator-brasil';
// import isCPF from 'validator-brasil/isCPF';
// const isCPF = require('validator-brasil/isCPF');

validatorBrasil.isCPF('045.462.356-90') //false
validatorBrasil.isCPF('045.462.356-90') //true
```

## Métodos
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validator-brasil",
"version": "0.0.8",
"version": "0.0.9",
"description": "Extensão de validações brasileiras para o validator.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 001899e

Please sign in to comment.