diff --git a/README.md b/README.md index 681bf76..10d8b14 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ Example: type config struct { Port int Name string + PathMap string `mapstructure:"path_map"` } var C config