From 662c8e1ed5888a3ecfb1ac9259aa7e130c8ec77c Mon Sep 17 00:00:00 2001 From: Yiwei Zhang <18610590+zywkloo@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:59:51 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48dd9e4..917a4ca 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ After installing `passwordler` with pip, you can use its functions in Python as print(strength) # Prints the strength of the password (e.g., 'Your password is: Strong') ``` -Remember to replace `"YourPasswordHere"` with the actual password you wish to process in the above examples. The `password_strength` function will rate the password as 'Weak', 'Good', or 'Strong' based on its complexity and common password patterns. + Remember to replace `"YourPasswordHere"` with the actual password you wish to process in the above examples. The `password_strength` function will rate the password as 'Weak', 'Good', or 'Strong' based on its complexity and common password patterns. 4. **Generating a Password**: