Skip to content

Commit

Permalink
docs(README): update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Apr 26, 2024
1 parent efb09af commit 563a809
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ poetry self add poetry-plugin-dotenv
By default, the plugin will load the `.env` file from the current working directory or "higher directories".

To prevent `poetry` from loading the dotenv file, set the `ignore` option.

If your dotenv file is located in a different path or has a different name you may set the `location`.

`ignore` option can accept the next values:
Expand All @@ -147,7 +148,7 @@ location = ".env.dev"
### Configuration via environment variables

`poetry-plugin-dotenv` supports the following configuration via environment variables.
`poetry-plugin-dotenv` supports the following configuration options via environment variables.

- `POETRY_PLUGIN_DOTENV_LOCATION`
- `POETRY_PLUGIN_DOTENV_IGNORE`
Expand All @@ -157,7 +158,7 @@ location = ".env.dev"
### Lookup hierarchy

A `pyproject.toml` can override default values. Finally, options provided by the user via environment variables override both.
A `pyproject.toml` can override default values. Options provided by the user via environment variables override both.

## Examples

Expand Down

0 comments on commit 563a809

Please sign in to comment.