Skip to content

Commit 22f60f6

Browse files
committed
Updated README
1 parent aa2b193 commit 22f60f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ of the [Moby list][link01]. The words in the file were filtered to
4141
remove compound nouns where one of the parts is less than four
4242
characters long, has more than two parts, or is a proper noun.
4343

44+
The list of actual words is stored in the bottom of the script itself,
45+
which is why the script is so large, almost 38k lines and 609k bytes.
46+
Only the first 140 lines or so is script, and about half of that is
47+
either comments or whitespace.
48+
4449
The script runs entirely locally and does not communicate with any
4550
remote systems. You can be confident that any password you generate
4651
will be completely private.
@@ -50,4 +55,4 @@ will be completely private.
5055
Distributed under the terms of the `MIT` license,
5156
`memorable-password-gen` is free and open source software.
5257

53-
[link01]: https://ai1.ai.uga.edu/ftplib/natural-language/moby/moby.tar.Z
58+
[link01]: https://ai1.ai.uga.edu/ftplib/natural-language/moby/moby.tar.Z

0 commit comments

Comments
 (0)