Skip to content

Commit 96838f9

Browse files
authored
Update README.md
1 parent dd1d893 commit 96838f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __How to use__ :
3636
```py
3737
from secure_input import secure_input
3838

39-
password = secure_input("Enter your Password: ")
39+
password = secure_input("Enter your Password: ", show="*")
4040

4141
print(password)
4242
```

0 commit comments

Comments
 (0)