Fix typo in readme

Add missing 'y' in 'may', and a missing 'r' in 'library' in the readme file.
This commit is contained in:
Arkadiusz Michał Ryś 2019-03-17 15:15:53 +01:00 committed by GitHub
parent 8efd8ffedd
commit 1b0af0908d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# pwned-search
Pwned Password API lookup
- Required libaries:
- Required libraries:
* requests: `pip install requests`
@ -14,7 +14,7 @@ Usage:
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).
other users on the system may be able to observe the command line).
Thanks to those who fixed my dodgy code :)