Skip to content

Commit 11bd24c

Browse files
committed
update
1 parent 4650dc6 commit 11bd24c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ boolean: true if the ID number is valid, false otherwise.
3434

3535
# Example
3636
```sh
37-
import validateDominicanDocument from 'do-validator';
37+
import { validateDominicanDocument } from 'do-validator';
3838

3939
const validId = 'YOUR_DOMINICAN_DOCUMENT';
4040
const invalidId = '12345678901';

0 commit comments

Comments
 (0)