From 78e51b69470c8044fddd549f03d0a961aea0690a Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 27 Jun 2019 16:09:25 +0300 Subject: [PATCH] Version 1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8dbd9..12ed4df 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This command will: 2. parse its keys and values 3. read and all the variables from the environment starting with `SECRET_ENV_` 4. remove this prefix -5. mix it all together, where environment variables could override ones with the same name from the template +5. mix it all together, environment vars may override ones from the template 6. sort keys in alphabetic order 7. dump all the keys and values into the `.env` file