Skip to content

Commit

Permalink
Fix section title grammar (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jan 1, 2023
1 parent 01967e9 commit 5c4b21d
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 @@ -1480,7 +1480,7 @@ HOME is '/home/myuser'

`just` will load environment variables from a `.env` file if [dotenv-load](#dotenv-load) is set. The variables in the file will be available as environment variables to the recipes. See [dotenv-integration](#dotenv-integration) for more information.

#### Setting `just` Variables from Environments Variables
#### Setting `just` Variables from Environment Variables

Environment variables can be propagated to `just` variables using the functions `env_var()` and `env_var_or_default()`.
See [environment-variables](#environment-variables).
Expand Down

0 comments on commit 5c4b21d

Please sign in to comment.