Skip to content

Commit

Permalink
docs(readme): make integration examples consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Aug 9, 2024
1 parent 197ddce commit dde5f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ k.Unmarshal("", &config)

config, err := konfetty.FromStruct(&config).
WithDefaults(defaultConfig).
WithTransformer(transformer).
WithValidator(validator).
Build()
```

Expand Down

0 comments on commit dde5f6f

Please sign in to comment.