Skip to content

Commit

Permalink
README: Update language in Templates section
Browse files Browse the repository at this point in the history
This updates the language in the `Templates` section after gathering clarification in #83.
  • Loading branch information
Nava2 authored Apr 22, 2024
1 parent 8834092 commit a18b14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ println(env.BAZ.orElse("default baz")) // => baz

### Templates

If a `.env.template` file exists, this plugin populates environment variables from it, too. This means you can use the template to define the environment variables that are required for your project, and optionally override them in the `.env` file.
If a `.env.template` file exists, this plugin populates environment variables names from the template, too. This means you can use the template to define the environment variables that are required for your project, and override them in the `.env` file. Values within the `.env.template` file are *not* populated when read, all values will be `null`.

[See the example](/examples/change_template_file) for more details.
[See the `change_template_file` example](/examples/change_template_file) for more details.

### Changing the name of the `.env` file

Expand Down

0 comments on commit a18b14e

Please sign in to comment.