update readme

This commit is contained in:
Ruidy 2021-09-16 17:54:38 +02:00
parent a4e3b02673
commit bee32f3325

View file

@ -8,6 +8,8 @@ A simple password generator command line interface.
- [x] Minimal length - [x] Minimal length
- [x] Include symbols - [x] Include symbols
- [x] Include numbers - [x] Include numbers
- [ ] Do not include ambiguous characters (O,l,etc.)
- [x] As a user I want the generated password to be copied to the clipboard - [x] As a user I want the generated password to be copied to the clipboard
- [x] As a user I want the generated password to be saved to a file - [x] As a user I want the generated password to be saved to a file
- [x] As a user I want to store generated passwords in a database for later usage - [x] As a user I want to store generated passwords in a database for later usage