diff --git a/README.md b/README.md index f17a3fd..4dfb3bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # password-generator-cli -A simple password generator written in Python. Excludes ambiguous characters by default and gives the user the option to include uppercase letters, numbers, and symbols. \ No newline at end of file +A simple password generator written in Python. Excludes ambiguous characters by default and gives the user options to include uppercase letters, numbers, and symbols. + +Usage: Clone this repository or download the password_generator.py file. Run with ```python password_generator.py```, or the equivalent for your system, and follow the prompts to create your new password. \ No newline at end of file