Skip to content

Commit

Permalink
Fix docs (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Mar 12, 2024
1 parent bec89e0 commit 2e82684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
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 2e82684

Please sign in to comment.