Skip to content

Commit

Permalink
Merge pull request #505 from mikegee/patch-1
Browse files Browse the repository at this point in the history
Spell out 'FILENAME' in readme
  • Loading branch information
bkeepers authored Jun 1, 2024
2 parents 1ee5884 + a4c8c9f commit 73040a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 73040a3

Please sign in to comment.