Update README.md

Typo fixes
This commit is contained in:
Michael Pound 2019-03-13 10:42:26 +00:00 committed by GitHub
parent 2bea07cee7
commit 521c441a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,15 @@ Pwned Password API lookup
Usage:
* `python pwned.py` reads passwords from standard input;
* `pytohn pwned.py <[file-with-passwords]` reads passwords from
* `python pwned.py <[file-with-passwords]` reads passwords from
a file;
* `another-command | pytohn pwned.py <[file-with-passwords]` reads
* `another-command | python pwned.py <[file-with-passwords]` reads
passwords written to standard output by another command;
* `python pwned.py [password]` checks passwords given as command line
arguments (beware the password may be saved in shell history and that
other users on the system ma be able to observe the command line).
Thanks to those who fixed my dodgy code :)
Have fun! Oh, and if you find one of your own passwords, change it asap!