Skip to content

Commit a441b28

Browse files
authored
Update Readme.md
1 parent 20dc2ed commit a441b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This tool allows you to check if a date is entered correctly
88
## Usage
99

1010
```javascript
11-
const convalidate = require('date-convalidator');
12-
const date='dd/mm/yyyy';
11+
const convalidate = require('@matteobax/date-convalidator');
12+
var date='dd/mm/yyyy';
1313
if(convalidate.checkDate(date)){
1414
console.log('correct date');
1515
}else{

0 commit comments

Comments
 (0)