Skip to content

Commit

Permalink
fixed typo, improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rabenhorst committed Mar 11, 2019
1 parent ca6733a commit 0707c73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A very simple password generation API.
* `length` of password candidates (*`int`*, *optional*, *default=8*)
* `numDigits` the number of digits (*`int`*, *optional*, *default=0*)
* `numSymbols` the number of symbols (*`int`*, *optional*, *default=0*)
* `replaceVowels` replace (german) vowels of password candidates randomly (*`bool`*, *optional*, , *default=false*)
* `replaceVowels` replace (german) vowels of password candidates randomly (*`bool`*, *optional*, *default=false*)

### Success Responses

Expand All @@ -22,9 +22,10 @@ A very simple password generation API.
```
[
"candidates": [
"password1",
"password2",
"password_candidate_1",
"password_candidate_1",
...
"password_candidate_n"
]
]
```
Expand Down

0 comments on commit 0707c73

Please sign in to comment.