Skip to content

Commit

Permalink
📝 docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lannex committed Oct 5, 2021
1 parent 775ae7c commit 0127668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ const { password } = this.state;
- isRequired: false
- default: ['#ddd', '#ef4836', '#f6b44d', '#2b90ef', '#25c281']

#### `scoreWords`: string[]
#### `scoreWords`: ReactNode[]
- isRequired: false
- default: ['weak', 'weak', 'okay', 'good', 'strong']

#### `minLength`: number
- isRequired: false
- default: 4

#### `shortScoreWord`: string
#### `shortScoreWord`: ReactNode
- isRequired: false
- default: 'too short'

Expand Down

0 comments on commit 0127668

Please sign in to comment.