From 40cadf59615afe7ff2167382c54353285e21b78e Mon Sep 17 00:00:00 2001 From: Harshit Maheshwari Date: Mon, 6 Apr 2020 18:44:13 +0530 Subject: [PATCH] doc: fix typo in README (#386) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a892c4..36a15ab 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This setup used to have default passwords for intetrnal accounts used across com secure by default these have been removed and the respective containers won't start without having a password set. Strong passwordds may be generated as follows: `./gen-passwords.sh` -This will modify your `.env` file (a backup is saved in `.env.backup`) andd set strong passwords for each of the +This will modify your `.env` file (a backup is saved in `.env.backup`) and set strong passwords for each of the require options. Passwords are generated using `openssl rand -hex 16` . DO NOT reuse any of the passwords.