diff options
| author | 2020-05-09 14:12:00 -0400 | |
|---|---|---|
| committer | 2020-05-09 14:12:00 -0400 | |
| commit | 473ee2db847ab638206be66507906b6a09087719 (patch) | |
| tree | 9d3ee1339c7bd0b40a70dcdf342c133d2c19f7ec /README.md | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ef36b6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Random Pet Name Generator + +This tool uses the PGP Biometric Wordlist to generate random pet names + +## Usage + + `pet_names [n]` + + Generate n random pet names. If no value is supplied, the tool defaults to generating a single pet name. |