Fix typo in readme
Add missing 'y' in 'may', and a missing 'r' in 'library' in the readme file.
This commit is contained in:
		
							parent
							
								
									8efd8ffedd
								
							
						
					
					
						commit
						1b0af0908d
					
				@ -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 :)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user