mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Fix #30
This commit is contained in:
parent
a59c2480df
commit
09f814b104
2 changed files with 4 additions and 4 deletions
|
@ -2012,7 +2012,7 @@ var wordlist = [
|
|||
"drone",
|
||||
"drool",
|
||||
"droop",
|
||||
"drop-down",
|
||||
"dropdown",
|
||||
"dropbox",
|
||||
"dropkick",
|
||||
"droplet",
|
||||
|
@ -2531,7 +2531,7 @@ var wordlist = [
|
|||
"feel",
|
||||
"feisty",
|
||||
"feline",
|
||||
"felt-tip",
|
||||
"felttip",
|
||||
"feminine",
|
||||
"feminism",
|
||||
"feminist",
|
||||
|
@ -6643,7 +6643,7 @@ var wordlist = [
|
|||
"synthetic",
|
||||
"syrup",
|
||||
"system",
|
||||
"t-shirt",
|
||||
"tshirt",
|
||||
"tabasco",
|
||||
"tabby",
|
||||
"tableful",
|
||||
|
|
|
@ -292,7 +292,7 @@ Examples: <a href="?debug=4&skip_animation">4 dice rolls with no animation</a>
|
|||
<h3>FAQ: Can you tell me more about the list of words?</h3>
|
||||
|
||||
For rolls of 5 dice, I am now using <a href="https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases"
|
||||
>the worldlist from the EFF</a>. Substantial enhancements have been made over the original list
|
||||
>the worldlist from the EFF</a>. <a href="https://github.com/dmuth/diceware/issues/30">Substantial enhancements</a> have been made over the original list
|
||||
designed to improve usability without compromising security.
|
||||
</p>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue