Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Mar 10, 2024
1 parent bec89e0 commit eeb5667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ lookuper := envconfig.MapLookuper(map[string]string{
})

var config Config
envconfig.ProcessWith(ctx, &config, &envconfig.Config{
envconfig.ProcessWith(ctx, &envconfig.Config{
Target: &config,
Lookuper: lookuper,
})
```
Expand Down

0 comments on commit eeb5667

Please sign in to comment.