From a4c8c9ffb41fb61e961db8d1de133bb29d531a57 Mon Sep 17 00:00:00 2001 From: Michael Gee Date: Mon, 20 May 2024 14:40:05 -0400 Subject: [PATCH] Spell out 'FILENAME' I think this was a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dee6856b..2ce7abc7 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ You can use the `-t` or `--template` flag on the dotenv cli to create a template ```console $ dotenv -t .env ``` -A template will be created in your working directory named `{FINAME}.template`. So in the above example, it would create a `.env.template` file. +A template will be created in your working directory named `{FILENAME}.template`. So in the above example, it would create a `.env.template` file. The template will contain all the environment variables in your `.env` file but with their values set to the variable names.