Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 6, 2019
1 parent bdf2db0 commit 6fcf985
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 @@ -686,7 +686,7 @@ type config struct {

var C config

viper.Unmarshal(&C)
v.Unmarshal(&C)
```

Viper uses [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) under the hood for unmarshaling values which uses `mapstructure` tags by default.
Expand Down

0 comments on commit 6fcf985

Please sign in to comment.