Skip to content

Commit

Permalink
Merge pull request #48 from BoRuDar/BoRuDar-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
BoRuDar authored Dec 21, 2024
2 parents 4aaa407 + cc95c99 commit 2621c5d
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 @@ -10,7 +10,7 @@ is a library for injecting values recursively into structs - a convenient way of
Available features:
- setting *default* values for struct fields - `NewDefaultProvider()`
- setting values from *environment* variables - `NewEnvProvider()`
- setting values from command line *flags* - `NewFlagProvider(&cfg)`
- setting values from command line *flags* - `NewFlagProvider()`
- setting values from a JSON *file* - `NewJSONFileProvider("./testdata/input.json")`

## Supported types:
Expand Down

0 comments on commit 2621c5d

Please sign in to comment.