From 10615fb7dab02e0e37878119cc7693c1a38e8f98 Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Sun, 29 Sep 2024 09:53:20 -0700 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00c403e..9186a0b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ PASSWORD= ENCRYPTION_KEY= ENCRYPTION_IV= ENCRYPTION_SALT= -PORT= +PORT= ENUM= PROMPT= SECRET_PROMPT= @@ -46,6 +46,6 @@ PROMPT_2= # Empty values elicit a prompt | hex | Random hexadecimal characters | `ENCRYPTION_SALT=` | | uuid | Random UUIDv4 | `UUID=` | | enum | Enumerated list of values | `ENUM=` | -| int | Random integer | `PORT=` | +| int | Random integer | `PORT=` | | text | Prompt user for text input | `PROMPT1=` | | password | Prompt user for secret input | `SECRET_PROMPT=` |