Skip to content

Commit ec55037

Browse files
authored
Update README.md
Signed-off-by: Aakash G <[email protected]>
1 parent a6686bb commit ec55037

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Password Strength Checker/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A simple Python CLI tool to check the strength of a password using regular expre
1919

2020
1. **Clone the repository**:
2121
```bash
22-
git clone https://github.com/your-username/password-strength-checker.git
22+
git clone https://github.com/Aakash02A/password-strength-checker.git
2323
cd password-strength-checker
2424
```
2525

@@ -40,13 +40,8 @@ python password_checker.py
4040

4141
Then enter your password when prompted:
4242

43-
bash
44-
Copy
45-
Edit
4643
🔐 Password Strength Checker
47-
4844
Enter your password: MyP@ssw0rd
49-
5045
Password Strength: 🟢 Strong
5146

5247
---

0 commit comments

Comments
 (0)