Merge pull request #14 from ArkadiuszMichalRys/ArkadiuszMichalRys-typo-fix

Fix typo in readme
This commit is contained in:
Michael Pound 2019-03-18 10:04:36 +00:00 committed by GitHub
commit 2fa784ba35
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 :)