Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzEmre authored Feb 3, 2024
1 parent 97fc9f2 commit 084b1cf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,12 @@ console.log(isValid) // true

```
const validator = new GeneratorPattern({
minLength: 6,
maxLength: 12,
lowerCase: true,
upperCase: true,
number: true,
specialCharacter: true,
minLength: 6,
maxLength: 12,
lowerCase: true,
upperCase: true,
number: true,
specialCharacter: true,
})
const isValid = validator.validate(value)
Expand Down

0 comments on commit 084b1cf

Please sign in to comment.