Skip to content

Commit c816057

Browse files
committed
updating readme
1 parent 0f21cd2 commit c816057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ParamFlow is intentionally minimalist. You define parameters once in a config fi
1616

1717
## Features
1818
- **Layered configuration**: Merge parameters from files, environment variables, and CLI arguments in a defined order. Config file is optional — pure env/args loading is supported.
19-
- **`.env` auto-discovery**: A `.env` file in the current directory is picked up automatically when no sources are specified.
19+
- **`.env` support**: `.env` files can be listed explicitly as a source alongside other config files.
2020
- **Profile support**: Manage multiple named parameter sets; activate one at runtime.
2121
- **Immutable result**: Parameters are returned as a frozen, attribute-accessible dict fully compatible with the Python `dict` API.
2222
- **Schema-free type inference**: Types come from the config file values — no annotations required.

0 commit comments

Comments
 (0)