We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f276db1 commit 5d9052aCopy full SHA for 5d9052a
1 file changed
README.md
@@ -35,7 +35,7 @@ try:
35
htmldata = ac.login('http://somewebsite.com', 'admin', 'password')
36
except: pass #login failed
37
```
38
-Simple Dictionary Attack using AuthClient:
+Simple dictionary attack using AuthClient:
39
```python
40
import hacklib
41
0 commit comments