Skip to content

Commit

Permalink
Readme.md got updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAKSS committed Oct 2, 2020
1 parent 7723142 commit cf25c71
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 @@ -30,7 +30,7 @@ then to use it within your application you can do it just like below:

The search function will accept 6 optional input parameter:

- `length` (`Number`): The length of the desired password. If you left it blank it will be a random number between 0 to 20.
- `length` (`Number`, , Default: `1-20`): The length of the desired password. If you left it blank it will be a random number between 1 to 20.
- `lowerIncluded` (`Boolean`, Default: `True`): You can include or exclude lowercase characters, by default, it's `True` which means the lowercase characters are included.
- `capsIncluded` (`Boolean`, Default: `True`): You can include or exclude capital characters, by default, it's `True` which means the capital characters are included.
- `numIncluded` (`Boolean`, Default: `True`): You can include or exclude numbers, by default, it's `True` which means the numbers are included.
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": "@smakss/password-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Generate random password.",
"type": "module",
"main": "./index.cjs",
Expand Down

0 comments on commit cf25c71

Please sign in to comment.