Skip to content

Commit 7ac4ba3

Browse files
authored
Merge pull request #25 from diracdeltas/fix/jig
Fix offensive word
2 parents 49560af + 910844d commit 7ac4ba3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Because the wordlist is of exactly size 2^16, Niceware is also useful for conver
88

99
Demo: https://diracdeltas.github.io/niceware/
1010

11+
**WARNING: The wordlist has not been rigorously checked for offensive words.
12+
Use at your own risk.**
13+
1114
## Sample use cases
1215

1316
* Niceware can be used to generate secure, semi-memorable, easy-to-type

lib/wordlist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29683,7 +29683,7 @@ module.exports = [
2968329683
'jiff',
2968429684
'jiffy',
2968529685
'jig',
29686-
'jigaboo',
29686+
'jigamaree',
2968729687
'jigger',
2968829688
'jigging',
2968929689
'jiggle',

0 commit comments

Comments
 (0)