Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunSharda authored Jan 25, 2023
1 parent b05f6aa commit 06731af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Passeo is a upcoming password generator project, with massive plans in the futur
# Quickstart

```python
from passeo import passeo
print(passeo().generate(10, numbers=True, symbols=True, save=True))
import passes
print(passeo().generate(length=10, numbers=True, symbols=True, uppercase=True, lowercase=false, space=True, save=True))
```

# v1.0.7 changes
Expand Down

0 comments on commit 06731af

Please sign in to comment.