From bee32f33252ef1c516eec17debcdf7e25914793b Mon Sep 17 00:00:00 2001 From: Ruidy Date: Thu, 16 Sep 2021 17:54:38 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1f15e1..dff19c5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A simple password generator command line interface. - [x] Minimal length - [x] Include symbols - [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 saved to a file - [x] As a user I want to store generated passwords in a database for later usage